More composer stuff, updated compile / minify logic
Now using composer installed apps for less and scss files.
This commit is contained in:
parent
bfa35794b5
commit
17752f71b3
4 changed files with 113 additions and 41 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue