Yeoman generator for Postcss projects
This generator makes for you production folder that contains JS, HTML, CSS and an awesome Gulp file ready to use for minify, beautify and live reload for browser.
Pre-requisites: You'll need node which comes with npm or yarn.
If you don't have Yeoman installed:
npm install -g yo
npm i generator-postcss-projects
yarn add generator-postcss-projects
yo postcss-projects
Drink an italian coffee and wait
Minify CSS
gulp minify-css
Minify HTML
gulp minify-html
Beautify CSS
gulp css
Watcher
gulp poster
Compile ( Include minify and beautify )
gulp
Serve ( Open live reload in your browser )
gulp serve
Thanks to Salvatore B. and Andrea Stagi to help me with troubleshooting.
MIT © Giulio Fagioli