Merge pull request #1353 from austinpray/master

Adds windows compatibilty
This commit is contained in:
Ben Word
2015-02-26 16:15:42 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
### HEAD
* Fixes broken wiredep imports with main.scss.example ([original issue](https://discourse.roots.io/t/issue-with-sage-sass-version/2962))
* Adds windows compatibility via asset-builder@1.0.1
### 8.0.0: February 25th, 2015
* Change theme name from Roots to Sage

View File

@@ -27,7 +27,7 @@
"npm": ">=2.1.5"
},
"devDependencies": {
"asset-builder": "^0.4.1",
"asset-builder": "^1.0.1",
"browser-sync": "^2.0.1",
"del": "^1.1.1",
"gulp": "^3.8.10",