bdkjones / CodeKit2

CodeKit 2 Beta
97 stars 4 forks source link

Less: Changes to `@plugin` files should trigger compile. #553

Open calvinjuarez opened 9 years ago

calvinjuarez commented 9 years ago

Less 2.5.0 added the @plugin directive.

@plugin 'plugin.js';

For that example, a change in plugin.js should trigger the Less to compile.