Releases: yellowled/yl-bp
Releases · yellowled/yl-bp
1.7.1
- Update htmlhint configuration
- Make SVG icons configurable
1.7.0
- 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
- 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
- Update to Modernizr 3
- Add toast as a conditional resource loader
1.4.5
- Modularize gruntfile even further
- Update documentation
1.4.4
- Use
jit-grunt
as a task loader to improve overall Grunt performance
- Update documentation to reflect recent changes
1.4.3
- 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
- Add
config.js
as a config file for build script tasks
- Add Grunt tasks to generate and compress XML sitemaps
1.4.1
- No longer use
@extend
for helper classes
- Reduce specifity on mixin for responsive tables
- Consolidate documentation
1.4.0
- Use
grunt-contrib-cssmin
to minify CSS since it actually saves a few bytes compared to grunt-sass
- Update grunt plugins