date: 2016-08-16
changes:
- Update to new webpack build/dev system
- Switch from SCSS to PostCSS
- Add npm scripts for build/dev/lint etc.
- Change CSS linting to stylelint with new config
- Add support for hot updates to scripts and stylesheets without browser refresh
- Replace manually entered eslint config with eslint-config-planetary
- Add support for inlining images under 10kb as base64
- Add support for long term asset caching
date: 2015-10-19
changes:
- add BrowserSync serving support
- improved CSS component styling
- convert tasks to es6 (via babel)
- change js linter to eslint (better jsx support)
- change gulp task registration format from
(gulp, plugins, path)to(gulp, plugins, env) - switch to
gulp-rev-allfor bulk revisioning - switch to
gulp-imageminas it seems to be updated more often thangulp-image - add sample circleci config
- more consistent task names
- drop node 0.10 support
date: 2015-06-12
changes:
- First v1.1 release candidate
- Updated to new build system
- Add default linting rules to match the Planetary style guides
- Integrate
ecstaticwithbrowser-sync - Rename
srcfolder toassets - Rename
tasksfolder togulp
date: 2015-03-22
changes:
- Update the README to include information about Airframe.
- Update src/ folder structure to reflect more logical naming
- Break Gulpfile into tasks/* and parent loader
- Add gulp-notify to introduce build notifications
- Add watchify, bulkify, brfs for Javascript compilation conveniences
- Change build folder from dist/ to build/
- Add ecstatic for self-serving of build folder
- Add LICENSE
- Sync versioning with slush-airframe
date: 2014-06-23
changes:
- Initial release.