mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Can't brunch, even in production, with the new sass-brunch.
This commit is contained in:
parent
8d37309de1
commit
6e1d048bfd
2 changed files with 3 additions and 2 deletions
|
@ -92,6 +92,8 @@ exports.config =
|
||||||
uglify:
|
uglify:
|
||||||
output:
|
output:
|
||||||
semicolons: false
|
semicolons: false
|
||||||
|
sass:
|
||||||
|
mode: 'ruby'
|
||||||
|
|
||||||
onCompile: (files) ->
|
onCompile: (files) ->
|
||||||
exec = require('child_process').exec
|
exec = require('child_process').exec
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
"javascript-brunch": "> 1.0 < 1.8",
|
"javascript-brunch": "> 1.0 < 1.8",
|
||||||
"coffee-script-brunch": "https://github.com/brunch/coffee-script-brunch/tarball/master",
|
"coffee-script-brunch": "https://github.com/brunch/coffee-script-brunch/tarball/master",
|
||||||
"coffeelint-brunch": "> 1.0 < 1.8",
|
"coffeelint-brunch": "> 1.0 < 1.8",
|
||||||
"sass-brunch": "1.8.3",
|
"sass-brunch": "1.7.0",
|
||||||
"css-brunch": "> 1.0 < 1.8",
|
"css-brunch": "> 1.0 < 1.8",
|
||||||
"jade-brunch": "> 1.0 < 1.8",
|
"jade-brunch": "> 1.0 < 1.8",
|
||||||
"uglify-js-brunch": "~1.7.4",
|
"uglify-js-brunch": "~1.7.4",
|
||||||
|
@ -86,7 +86,6 @@
|
||||||
"marked": "0.2.x",
|
"marked": "0.2.x",
|
||||||
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
|
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
|
||||||
"bower": "~1.3.8",
|
"bower": "~1.3.8",
|
||||||
"bless-brunch": "https://github.com/ThomasConner/bless-brunch/tarball/master",
|
|
||||||
"karma-script-launcher": "~0.1.0",
|
"karma-script-launcher": "~0.1.0",
|
||||||
"karma-chrome-launcher": "~0.1.2",
|
"karma-chrome-launcher": "~0.1.2",
|
||||||
"karma-firefox-launcher": "~0.1.3",
|
"karma-firefox-launcher": "~0.1.3",
|
||||||
|
|
Loading…
Reference in a new issue