diff options
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r-- | web/gulpfile.js | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js index d106ecd1..f7df820d 100644 --- a/web/gulpfile.js +++ b/web/gulpfile.js @@ -30,19 +30,18 @@ var path = { 'vendor/lodash/lodash.js', 'vendor/react/react-with-addons.js', 'vendor/react-router/react-router.js', - 'vendor/react-bootstrap/react-bootstrap.js' ], app: [ 'js/utils.js', 'js/dispatcher.js', 'js/actions.js', 'js/flow/utils.js', - 'js/stores/base.js', - 'js/stores/settingstore.js', - 'js/stores/eventlogstore.js', - 'js/stores/flowstore.js', + 'js/store/store.js', + 'js/store/view.js', + 'js/store/settingstore.js', 'js/connection.js', 'js/components/utils.jsx.js', + 'js/components/virtualscroll.jsx.js', 'js/components/header.jsx.js', 'js/components/flowtable-columns.jsx.js', 'js/components/flowtable.jsx.js', |