jlbrooks / css-modulesify-grunt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css-modulesify-grunt

Minimum sample repo to show css-modulesify not working with Grunt. I believe that the issue is with Grunt running synchronously, while the final file writes in css-modulesify here write asynchronously.

Usage

npm install and grunt browserify should do the trick. It generates bundle.js and output.css - note that output.css is empty.

About


Languages

Language:JavaScript 96.1%Language:CSS 3.9%