$ git clone https://github.com/kolbasik/jujacomua.git
$ cd jujacomua
$ npm install
$ npm run build
- added gulp-uncss to remove unused css from styles to reduce file size
- optimize smartresponder.ru snipets to prevent blocking rendering
- optimize timegenerator.ru snipets to prevent blocking rendering
- gulp to build frontend resources
- imagemin to optimize image sizes
- usemin to optimize html, css and js scripts
- jade to prepare html files
- use bower for skeleton
- use BEM for HTML markup: https://ru.bem.info/method/naming-convention/
- HTML5 form validation http://www.html5rocks.com/en/tutorials/forms/constraintvalidation/
- YOU MIGHT NOT NEED JQUERY http://youmightnotneedjquery.com/