Require CSS files with webant
$ npm install webant-handler-css
Ensure the css handler is present in your webant configuration file. For example:
{
"entry":"src/js/main.js",
"dest":"build/main.js",
"handlers":["css"]
}You may now require CSS files:
require("../path/to/styles.css");See the webant module for more information.
Ensure phantomjs is installed and in your PATH, then run:
$ npm test
