1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

add script folders

This commit is contained in:
Stephen
2014-09-29 15:23:18 -04:00
parent 7b82e499ac
commit 3d0c3550a0
6 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/boilerplate.sublime-project
/boilerplate.sublime-workspace

View File

@@ -29,7 +29,7 @@ module.exports = function(grunt) {
autoprefixer: {
build: {
options: {
browsers: ['last 2 versions', '> 1%']
browsers: ['last 2 versions', '> 1%', 'ie 8', 'ie 9']
},
files: [
{

View File

View File