Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Releases: yellowled/yl-bp

1.7.1

08 Oct 09:18
Compare
Choose a tag to compare
  • Update htmlhint configuration
  • Make SVG icons configurable

1.7.0

06 Oct 15:40
Compare
Choose a tag to compare
  • Add grunt-postcss plugin to be able to:
    • Use autoprefixer as a PostCSS plugin
    • Use pixrem instead of rem mixin
  • Make sitemap task pattern configurable

1.6.0

25 Sep 07:52
Compare
Choose a tag to compare
  • Move all source files to a dedicated src directory
  • Move Handlebars source files to a dedicated pages directory in src
  • Adapt assemble task to make it possible to have pages in subdirectories (i.e. foo/bar.html)

1.5.0

24 Sep 12:24
Compare
Choose a tag to compare
  • Update to Modernizr 3
  • Add toast as a conditional resource loader

1.4.5

12 Sep 08:44
Compare
Choose a tag to compare
  • Modularize gruntfile even further
  • Update documentation

1.4.4

09 Sep 12:25
Compare
Choose a tag to compare
  • Use jit-grunt as a task loader to improve overall Grunt performance
  • Update documentation to reflect recent changes

1.4.3

09 Sep 10:13
Compare
Choose a tag to compare
  • Make sitemap task configurable (in config.js)
  • Use less rigid version number specification in package.json and bower.json
  • Clean up Grunt tasks
  • Clean up .gitignore

1.4.2

04 Sep 11:02
Compare
Choose a tag to compare
  • Add config.js as a config file for build script tasks
  • Add Grunt tasks to generate and compress XML sitemaps

1.4.1

17 Jul 15:31
Compare
Choose a tag to compare
  • No longer use @extend for helper classes
  • Reduce specifity on mixin for responsive tables
  • Consolidate documentation

1.4.0

05 Jul 11:27
Compare
Choose a tag to compare
  • Use grunt-contrib-cssmin to minify CSS since it actually saves a few bytes compared to grunt-sass
  • Update grunt plugins