Releases: robertabramski/sassybars
Releases · robertabramski/sassybars
Config Fix
Sassybars v0.2.2
This version is a quick fix for the default config.
- Fix for HTML min default options
Helpers
Sassybars v0.2.1
This version adds Handlebars helpers, linting via HTML tidy and some more configuration variables.
- Add location for Handlebars helpers
- Add linting for non production output
- Add options for HTML minification
Configuration
Sassybars v0.2.0
This version adds some configuration variables as well as page specific and global data.
- Globs can now be changed in
sassybars.json
- Most file names can be changed in configuration
- Build directory and clean option can be changed in configuration
- Documentation updated to reflect changes and framework intent
- The
src/data.json
file now supports page level data as well as global data
Livereload Enhancement
Sassybars v0.1.1
This version fixes an issue where partials did not update the live reload server when saved. Minor refactoring made to glob strings and dependency output filenames have been exported to template data.
- Partials now update page when changed
- Glob strings and other bulbofile parameters set to constants
- Output file names exist in template data
- Add metadata tags to header partial
Initial Release
Sassybars v0.1.0
Sassybars is a lightweight static site generator boilerplate for the rapid creation of basic compiled pages. It uses Gulp (via Bulbo) for static asset bundling. Sassybars uses Sass and Handlebars, hence the name, for markup creation. Below is a list of the initial feature set.
- Opinionated file structure
- README file with instructions
- Boilerplate comments for quick start
- Live reloading dev server
- Pretty static site build outputs as written
- Minified build when
NODE_ENV
is setproduction
- A JSON file contains data to be parsed into the markup