Releases: treeframework/tree-starter-kit
Releases · treeframework/tree-starter-kit
Release list
v0.8.12
v0.8.11
v0.8.10
Changelog
- rename package tree-tables to tree-table
- Bump grunt-autoprefixer to v3.0.0
- Bump grunt-contrib-cssmin to v0.12.3
- Bump grunt-contrib-jshint to v0.11.2
- Bump grunt-contrib-uglify to v0.9.1
- Bump grunt-html to v4.0.3
- Bump grunt-jscs to v1.8.0
- Bump load-grunt-tasks to v3.2.0
- Bump time-grunt to v1.2.1
v0.8.9
Changelog
- index.html - Add Google analytics snippet.
- Use
<meta http-equiv="x-ua-compatible" content="ie=edge">instead of<meta http-equiv="X-UA-Compatible" content="IE=edge">. - Bump tree-normalize to v3.0.4
- Bump tree-hidden to v0.3.1
- Bump tree-visible to v0.2.1
- Bump grunt-autoprefixer to v3.0.0
- Bump grunt-contib-connect to v0.10.1
- Bump grunt-scss-lint to v0.3.6
v0.8.8
v0.8.7
v0.8.6
v0.8.5
Changelog
- New www/dist/ directory to hold css and js files.
- Move .scss-lint.yml to www/sass/ dir.
- Move .jshintrc to www/js/ dir.
- Move main.js to www/js/ dir.
- index.html fix paths.
- Gruntfile Changes:
- Remove bowercopy (simplify).
- Remove git-grunt; added load-grunt-tasks.
- Remove grunt-csso; added grunt-contrib-cssmin.
- Remove grunt-browser-sync.
- Add grunt-contrib-clean.
- Add grunt-html.
- Add grunt-jscs.
- Add grunt-contrib-connect.
- Default tasks: dist-css, dist-js, dist, validate-budget, validate-html,
build, default, test and server.
- main.csss - Import tree packages directly from bower_components folder.