Skip to content

Commit 635e9d1

Browse files
committed
copy any js files
1 parent 5c13199 commit 635e9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockly/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ config.copy = {
162162
{
163163
expand: true,
164164
cwd: 'lib/jsinterpreter',
165-
src: ['acorn_interpreter.js'],
165+
src: ['*.js'],
166166
dest: 'build/package/js/jsinterpreter/'
167167
}
168168
]

0 commit comments

Comments
 (0)