Skip to content

Releases: robertabramski/sassybars

Config Fix

06 Apr 22:03
Compare
Choose a tag to compare
Config Fix Pre-release
Pre-release

Sassybars v0.2.2

This version is a quick fix for the default config.

  • Fix for HTML min default options

Helpers

06 Apr 21:57
Compare
Choose a tag to compare
Helpers Pre-release
Pre-release

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

17 Feb 06:05
Compare
Choose a tag to compare
Configuration Pre-release
Pre-release

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

16 Feb 22:58
Compare
Choose a tag to compare
Pre-release

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

14 Feb 23:33
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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 set production
  • A JSON file contains data to be parsed into the markup