diff options
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r-- | web/gulpfile.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js index 6e338924..f7df820d 100644 --- a/web/gulpfile.js +++ b/web/gulpfile.js @@ -36,10 +36,9 @@ var path = { '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', |