Skip to content

Releases: buildingblocks/bb-prototype-website

Major release

03 Jul 15:33
Compare
Choose a tag to compare

Major release

Versioning according to SemVer now - as this prototype is used in production it should be a major release and further updates will adhere to major/minor/patch/pre-release numbers.
Changes since last minor release:

  • Add JSBeautifier to tidy up files after JS build instead of erroring out and manually having to change indentation etc
  • Add getUrlParams util method
  • Add more JS documentation
  • Optimise build task order
  • Remove 'partial' build task
  • Remove Less sourcemaps
  • Add KSS styleguide
  • Add Windows/Mac line endings super improverer
  • Add Auto build JS documentation task
  • Add default icon font set to build from
  • Tidy up prototype index page
  • Add CSSComb task to run after a Less build
  • Restructure Less files as other projects
  • Unpublish legacy stylesheet pages (keep in, see how KSS goes)

Build changes

19 Apr 08:11
Compare
Choose a tag to compare

There's been loads of small improvements and additions in the last few months see commit logs for the changes... I'm just doing a new release because I want to use these changes properly in a new project.

Less/build overhaul.

19 Jan 19:21
Compare
Choose a tag to compare

v0.8.0

Now that the Grunt build uses autoprefixer and px_to_rem the Less mixins have been cleaned up.

The build will now add in vendor prefixes automagically for you, and convert rem units to pixels when building the IE specific stylesheet.

This leads to less work for you and Less CSS!