Skip to content

Commit 7bbd40e

Browse files
adamcarhedenMarkusBordihn
authored andcommitted
Make debug version use third-party cwc libs (#185)
1 parent fdf8fd7 commit 7bbd40e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/cwc/main-debug.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ closureBuilder.build({
3131
'gensoyfiles/**/!(*_test).js',
3232
'!src/{blocks,blocks/**.js}',
3333
'!src/{frameworks,frameworks/**.js}',
34-
'../coding-with-chrome-libraries/src/**/!(*_test).js',
35-
// 'third_party/coding-with-chrome-libraries/src/**/!(*_test).js',
34+
'third_party/coding-with-chrome-libraries/src/**/!(*_test).js',
3635
]),
3736
externs: [
3837
'build/externs/blockly.js',

0 commit comments

Comments
 (0)