A jump start for front-end responsive development.
- Install ruby, node and npm
- Install Grunt CLI globally
npm install -g grunt-cli
- Install ruby dependencies with
sudo gem install sass compass breakpoint jekyll
- (Optional) Install lastest dev version of sass and compass
sudo gem install sass --pre
andsudo gem install compass --pre
- Install node dependencies with:
npm install
To start developing run grunt wo
. This will start a livereload server, open the server in your browser and run a watch task.
Just run grunt
which will concat and minify all files.
This will be generated from the css comments in css-sg/style.css
. You can view the style guide from localhost:5000/styleguide.
- Update to Grunt Jekyll instead of shell
Copyright (c) 2013 Luke Brooker
Licensed under the MIT license.