Hasp Gulp plugin
Run Hasp precompiler in your gulp pipeline.
Sample usage
var gulp = ;var hasp = ; gulp;
Examples
Example of how to use it is stored in example/
directory. Example translates .hcss
files from input/
to output/
, also minifying them on the way (functionality not included in the plugin).
To run the example clone repository and run:
npm test
original hasp repo link
for Grunt task see grunt-hasp-css