v1.4.1
Release 1.4.1
- Upgrade castlecss-forms to 1.0.9
- Fixes in form pages
- Added jQuery as external
Release 1.4 (only on npm)
- Added sass-lint
- Sass-lint and styleguide documentation
Release 1.3 (only npm)
New npm scripts!
"npm run create_css": "grunt create_css",
//create html only
"npm run create_html": "grunt create_html",
//create js
"npm run create_js": "webpack",
//create css, html and js
"npm run create_all": "npm run create_css & npm run create_html & npm run create_js & wait",
//create everything and start browserSync server
"npm run start": "npm run create_js & grunt"
- Removed all generated files from dist and added them to the gitignore
- Files should always be generated as written in the documentation
- Updated the documentation with new npm scripts
- Updated devDependencies
- Version bumb to 1.3.0