Lunikon
Lunikon

Reputation: 3841

Play! Framework 2.0 CoffeeScript/Less workflow in 1.2.x

The upcoming version 2.0 of the Play! Framework offers a great workflow for CoffeeScript and Less code in that respective files are kept in a separate asset folder and compiled to the actual JS/CSS files following the build process one is used to in Play.

My question is whether any means of achieving this kind of behavior in 1.2.x versions exists. If not, how would one go about getting it to work in a "play'y" way? The latter question probably translates to "How do I hook into the Play build process?".

Upvotes: 1

Views: 712

Answers (1)

Codemwnci
Codemwnci

Reputation: 54884

There are modules for both LESS and CoffeeScript in Play 1.x. See

http://www.playframework.org/modules/less

and

http://www.playframework.org/modules/coffee

Upvotes: 3

Related Questions