This is ready for review. Jekyll compiling now runs via Grunt. To test, check out this branch, do a npm install (you might want to remove your node_modules directory if you've already ran a npm install previously), then run grunt. That should be it.
Saving sass files should update quickly in the browser without a reload and saving any .md or .html file will trigger the jekyll build command to regenerate the _site folder.
If you want to move all new atoms, molecules, and organisms from ALPS, delete the contents of the /patterns directory (you don't have to, but I like to to keep things tidy) and run grunt style-guide-export from the docroot of the ALPS site.
This is ready for review. Jekyll compiling now runs via Grunt. To test, check out this branch, do a
npm install
(you might want to remove yournode_modules
directory if you've already ran anpm install
previously), then rungrunt
. That should be it.Saving
sass
files should update quickly in the browser without a reload and saving any.md
or.html
file will trigger thejekyll build
command to regenerate the_site
folder.If you want to move all new atoms, molecules, and organisms from ALPS, delete the contents of the
/patterns
directory (you don't have to, but I like to to keep things tidy) and rungrunt style-guide-export
from the docroot of the ALPS site.