mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Rename BUILD_DIR to "build" (was "built")
Per discussion in PR #4968, the dirname "build" is widely used for this purpose.
This commit is contained in:
@@ -14,7 +14,7 @@ var path = require('path');
|
||||
// trailing slash.
|
||||
module.exports = {
|
||||
// Directory to write compiled output to.
|
||||
BUILD_DIR: 'built',
|
||||
BUILD_DIR: 'build',
|
||||
|
||||
// Directory in which to assemble (and from which to publish) the
|
||||
// blockly npm package.
|
||||
|
||||
Reference in New Issue
Block a user