An AngularJs app that generates CSS for use with David Desandro's Masonry plug-in
This code was created in a build process using:
Use Yeoman to scaffold a project using generator-angular, including Bootstrap and Sass.
Copy the contents of the app folder from this repo into the app folder created by generator-webapp.
Switch to the webapp's parent folder.
grunt serve
runs a test web server which listens to changes in the app folder and provides JavaScript linting, Sass compilation and live reload.grunt dist
builds the project into a "dist" folder.
No tests at present, so some will need to be written, or the relevant Grunt tasks disabled in the interim.