h5bp / server-configs-node

Express / Connect middleware for websites. Goes well with HTML5 Boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support on-the-fly SCSS and LESS compilation

ngryman opened this issue · comments

I presume there will be similar syntax to the script concat, somthing like:

stylesheets: {
  concat: [ 'css/main.less' ],
  method: 'less'
}

I've created a test at d10/node-server-config branch features/less-css

Please test it for me

Yep sure :)

@D10 Could you create a pull request to develop in order to discuss your submission?

Also stylus could be nice.

Stylus added by @D10: #20.