DEPRECATED: Polymer Awesome Kit is done for an old version of Polymer (<2.0) and has not been updated yet.
The Polymer Starter Kit with few improvements....
There is nothing different than the Polymer Starter Kit on how to use it but the structure of the elements is now separated in 3 parts (CoffeScript (javascript) file, Jade (HTML) file, SCSS (CSS) file). Lint has also been deactivated.
- Install the dependencies with
npm install && bower install
. - Use
gulp serve
to start a local test environment. Any changes on a CoffeeScript, Jade or SASS file is directly compiled and served in the browser. - Use
gulp serve:dist
to start a local dist environment orgulp
to just compile everything and push the files on your FTP. - Use
gulp clean
to automatically clean the app directory (deleting .html, .css & .js files) and delete dist.
The gulp
and gulp serve:dist
commands are directly compiling, minifying, vulcanizing, embedding the code and cleaning the repertories.
Follow this url : http://stackoverflow.com/questions/18343651/jade-indentation-errors