Follow jsondiffpatch package structure change. Remove bootstrap-select.

This commit is contained in:
FelisCatus 2014-10-20 21:14:15 +08:00
parent 027f6845b2
commit 80978b6670
3 changed files with 2 additions and 3 deletions

View File

@ -91,7 +91,7 @@
"": "build/*.min.js"
},
"jsondiffpatch": {
"": "build/*.min.js"
"": "public/build/jsondiffpatch.min.js"
},
"spectrum": {
"": [

View File

@ -26,7 +26,7 @@ $script.ready ['angular-loader'], ->
'lib/ngprogress/ngProgress.min.js'
'lib/angular-ui-sortable/sortable.min.js'
'lib/angular-ui-utils/validate.min.js'
'lib/jsondiffpatch/bundle.min.js'
'lib/jsondiffpatch/jsondiffpatch.min.js'
'lib/angular-spectrum-colorpicker/angular-spectrum-colorpicker.min.js'
], 'omega-deps')
$script.ready ['jquery'], ->

View File

@ -7,7 +7,6 @@ html(lang='en' ng-controller='MasterCtrl' ng-csp)
link(rel='stylesheet' href='lib/bootstrap/css/bootstrap.min.css')
link(rel='stylesheet' href='lib/spectrum/spectrum.css')
link(rel='stylesheet' href='lib/ladda/ladda-themeless.min.css')
link(rel='stylesheet' href='lib/bootstrap-select/bootstrap-select.css')
link(rel='stylesheet' href='css/options.css')
body(style='display: none;' ng-style='{display: options ? "block" : "none"}')
.container-fluid