Add script editor (#393)

* Add script editor

* Cleanup
This commit is contained in:
Paulus Schoutsen
2017-08-15 22:09:43 -07:00
committed by GitHub
parent 34e45427ea
commit faf576d43d
46 changed files with 656 additions and 54 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ gulp.task('run_rollup', () => {
return gulp.src([
'js/core.js',
'js/compatibility.js',
'js/editor/editor.js',
'js/automation-editor/automation-editor.js',
'js/script-editor/script-editor.js',
'demo_data/demo_data.js',
])
.pipe(rollupEach(rollupConfig))