We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa7d9a commit baf1331Copy full SHA for baf1331
tasks/locales.js
@@ -7,7 +7,7 @@ var wrapLocale = require('./util/wrap_locale');
7
var pathToLib = constants.pathToLib;
8
var pathToDist = constants.pathToDist;
9
10
-// "Browserify" the locales
+// Bundle the locales
11
var localeGlob = path.join(pathToLib, 'locales', '*.js');
12
glob(localeGlob, function(err, files) {
13
files.forEach(function(file) {
tasks/util/bundle_wrapper.js
@@ -11,7 +11,7 @@ var nRules = config.module.rules.length;
* @param {string} pathToIndex path to index file to bundle
* @param {string} pathToBunlde path to destination bundle
* @param {object} opts
14
- * Browserify options:
+ * Bundle options:
15
* - standalone {string}
16
* Additional option:
17
* - pathToMinBundle {string} path to destination minified bundle
0 commit comments