mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
* New gulp task buildDeps (npm run build:deps) to create tests/deps.js. * Old gulp task buildUncompressed is deleted. * blockly_uncompressed.js is now handwritten. * And simplified; in particular, BLOCKLY_BOOT is gone. * And linted! * For consistency with the Closure documentation and base.js, consistently refer to what blockly_uncompressed.js is used for as "uncompiled mode" rather than "uncompressed mode" (but don't yet rename it to blockly_uncompiled.js)
21 lines
338 B
Plaintext
21 lines
338 B
Plaintext
*_compressed*.js
|
|
gulpfile.js
|
|
/msg/*
|
|
/dist/*
|
|
/core/utils/global.js
|
|
/tests/blocks/*
|
|
/tests/themes/*
|
|
/tests/compile/*
|
|
/tests/jsunit/*
|
|
/tests/generators/*
|
|
/tests/mocha/run_mocha_tests_in_browser.js
|
|
/tests/screenshot/*
|
|
/tests/test_runner.js
|
|
/tests/workspace_svg/*
|
|
/generators/*
|
|
/demos/*
|
|
/appengine/*
|
|
/externs/*
|
|
/closure/*
|
|
/scripts/gulpfiles/*
|