HenrikJoreteg / moonboots

A set of conventions and tools for bundle and serving clientside apps with node.js
159 stars 20 forks source link

Possible to do something before CSS functions #7

Closed lukekarrys closed 10 years ago

lukekarrys commented 10 years ago

beforeBuild only gets called on the JS file handler.

Could there be a beforeBuildCSS in which it would be safe to run a preprocessor (like LESS which can be async)?

HenrikJoreteg commented 10 years ago

Should probably be extended to run before everything. I actually thought it already did.

On Thu, Sep 26, 2013 at 2:23 PM, Luke Karrys notifications@github.com wrote:

beforeBuild only gets called on the JS file handler.

Could there be a beforeBuildCSS in which it would be safe to run a preprocessor (like LESS which can be async)?

Reply to this email directly or view it on GitHub: https://github.com/HenrikJoreteg/moonboots/issues/7

HenrikJoreteg commented 10 years ago

If you want to take a stab at fixing this, that'd be cool.

On Thu, Sep 26, 2013 at 2:23 PM, Luke Karrys notifications@github.com wrote:

beforeBuild only gets called on the JS file handler.

Could there be a beforeBuildCSS in which it would be safe to run a preprocessor (like LESS which can be async)?

Reply to this email directly or view it on GitHub: https://github.com/HenrikJoreteg/moonboots/issues/7

lukekarrys commented 10 years ago

I'm already a step ahead (and possibly three steps behind) you.

lukekarrys commented 10 years ago

Fixed by 5d40a284262c25f377467077b776de6c9d9c6ecd