mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Fix html 5 mode setting, esp for non-min
This commit is contained in:
+5
-2
@@ -82,7 +82,7 @@ module.exports = (grunt) ->
|
||||
test_styles: [
|
||||
'bower_components/qunit/qunit/qunit.css'
|
||||
]
|
||||
html5mode: false
|
||||
html5Mode: false
|
||||
min: false
|
||||
}
|
||||
|
||||
@@ -203,7 +203,10 @@ module.exports = (grunt) ->
|
||||
|
||||
grunt.config 'jade', add([
|
||||
[ 'main', { options: {
|
||||
data: _.extend {}, vars, { base: get_base(vars) }
|
||||
data: _.extend {}, vars, {
|
||||
base: get_base(vars)
|
||||
html5Mode: true
|
||||
}
|
||||
pretty: true
|
||||
}}]
|
||||
[ 'min', { options: {
|
||||
|
||||
Reference in New Issue
Block a user