Version: 1.0.1
[](https://david-dm.org/PJL101/fedkit-assemble
Author: Phil Lennon
Twitter: @PJL101
Email: enquiry@iampjl.co.uk
Note: Foley is the next version of my Frontend workflow. It uses Gulp, PostCSS, Webpack, Metalsmith, etc. It is highly recommended to use that instead.
-
fedkit-assemble is a fast, stable, well tested and opinionated frontend development workflow, containing:
Use fedkit-assemble as a base and tailor to your specific needs. Comments, suggestions & pull requests are always welcome. See the issues list for more information about future enhancements and changes.
Download the latest stable release from GitHub. Once this has been done:
npm install grunt-cli -g && npm install bower -g && npm install bower-installer -g
,npm install
,grunt
.grunt
- Build website, watch for changes & start server,grunt prd
- Build minified website,grunt reset
- Delete generated website and downloaded bower files.Bower is used to automatically pull in frontend dependences such as jQuery. The workflow takes the relevant files and integrates them into the relevant folders ready for use. Please see bower.json for an example on how this works.