Skip to content

Commit

Permalink
bump version adjust build chains
Browse files Browse the repository at this point in the history
  • Loading branch information
nullivex committed Apr 19, 2019
1 parent 4350407 commit d0ebd4a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 0 additions & 5 deletions helpers/asset/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,5 @@ let toWindow = (name,val) => {
toWindow('$',require('jquery'))
toWindow('jQuery',window.$)
toWindow('jquery',window.$)
toWindow('bootstrap',require('bootstrap'))
toWindow('moment',require('moment'))

//global dependencies
toWindow('base64js',require('base64-js'))
toWindow('b64',window.base64js)

6 changes: 5 additions & 1 deletion interface/admin/asset/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ let toWindow = (name,val) => {
window[name] = val
}

//extra
//global dependencies
toWindow('bootstrap',require('bootstrap'))
toWindow('moment',require('moment'))
toWindow('base64js',require('base64-js'))
toWindow('b64',window.base64js)
require('jquery-ui')
require('bootstrap-select')
toWindow('Holder',require('holderjs'))
Expand Down
6 changes: 5 additions & 1 deletion interface/main/asset/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ let toWindow = (name,val) => {
window[name] = val
}

//extra
//global dependencies
toWindow('bootstrap',require('bootstrap'))
toWindow('moment',require('moment'))
toWindow('base64js',require('base64-js'))
toWindow('b64',window.base64js)
require('jquery-ui')
require('bootstrap-select')
toWindow('Holder',require('holderjs'))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Bryan Tong <bryan@nullivex.com>",
"name": "kado",
"description": "Web Application System",
"version": "3.7.16",
"version": "3.8.0",
"homepage": "https://kado.org",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit d0ebd4a

Please sign in to comment.