搭建Grunt集成环境开发SASS
先行下载安装Ruby和SASS
再下载并安装node.js,已经集成了NPM
命令行查看是否安装成功
node -v
npm -v
命令行安装grunt
npm install -g grunt-cli
拷贝Gruntfile.js和package.json文件
npm install
查看用
grunt
另外:
grunt-contrib-concat压缩方式有四种nested, compact, compressed, expanded
先行下载安装Ruby和SASS
再下载并安装node.js,已经集成了NPM
命令行查看是否安装成功
node -v
npm -v
命令行安装grunt
npm install -g grunt-cli
拷贝Gruntfile.js和package.json文件
npm install
查看用
grunt
另外:
grunt-contrib-concat压缩方式有四种nested, compact, compressed, expanded