More composer stuff, updated compile / minify logic

Now using composer installed apps for less and scss files.
This commit is contained in:
Joshua Sherman 2014-01-02 22:39:19 -05:00
parent bfa35794b5
commit 17752f71b3
4 changed files with 113 additions and 41 deletions

View file

@ -3,6 +3,8 @@
"vendor-dir": ".composer"
},
"require": {
"mikey179/vfsStream": "1.2.0"
"mikey179/vfsStream": "1.2.0",
"leafo/lessphp": "0.4.0",
"leafo/scssphp": "0.0.9"
}
}