-
hasp CSS预编译器grunt-hasp:一款Grunt任务
资源介绍
搭扣咕Gr任务
在您的Grunt管道中运行预编译器。
样品用法
grunt . initConfig ( {
hasp : {
compile : {
src : [ 'src/*.hcss' ] ,
dest : 'dest/'
}
}
} ) ;
例子
任务非常简单,目前不提供任何选项。
如何使用它的example/存储在example/目录中。 示例将.hcss文件从input/为output/ 。
要运行该示例,请克隆存储库并运行:
npm test
原始搭扣回购
对于gulp插件,请参见