Day: January 16, 2014
-
WordPress Development with Roots (Bootstrap, SASS/LESS) and Grunt
—
in WorkRequirements XCode Git (easy via Homebrew) node.js – http://nodejs.org/download/ or https://github.com/joyent/node/wiki/installation SASS – http://sass-lang.com/install LESS – http://lesscss.org/ GruntJS – http://gruntjs.com/getting-started Grunt Plugins SASS – https://github.com/gruntjs/grunt-contrib-sass CSSmin – https://github.com/gruntjs/grunt-contrib-cssmin Watch – https://github.com/gruntjs/grunt-contrib-watch Uglify (for compiling JS files) – https://github.com/gruntjs/grunt-contrib-uglify Example: npm install grunt –save-dev npm install grunt-contrib-uglify –save-dev Use with SublimeText For a faster…