Skip to content

Commit 4efa4d1

Browse files
committed
Toolbar: moved toolbar.js to /view-action/ directory.
1 parent 3e307de commit 4efa4d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gruntfile.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,16 @@ module.exports = function (grunt) {
8787

8888
'js/view-many/many.js',
8989
'js/view-many/many-*.js',
90+
9091
'js/view-one/one.js',
9192
'js/view-one/one-*.js',
9293
'!js/view-one/one-wizard.js', // NOT ! here
94+
9395
//'js/view-action/action.js',
9496
'js/view-action/action-*.js',
95-
97+
'js/view-action/toolbar.js',
9698
//'js/navbar.js',
97-
'js/dico/toolbar.js',
99+
98100
'js/dico/app.js'
99101
],
100102
dest: '<%= pkg.target %>/evolutility.js'

0 commit comments

Comments
 (0)