Skip to content

Commit baf1331

Browse files
committed
update comments
1 parent 3aa7d9a commit baf1331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/locales.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var wrapLocale = require('./util/wrap_locale');
77
var pathToLib = constants.pathToLib;
88
var pathToDist = constants.pathToDist;
99

10-
// "Browserify" the locales
10+
// Bundle the locales
1111
var localeGlob = path.join(pathToLib, 'locales', '*.js');
1212
glob(localeGlob, function(err, files) {
1313
files.forEach(function(file) {

tasks/util/bundle_wrapper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var nRules = config.module.rules.length;
1111
* @param {string} pathToIndex path to index file to bundle
1212
* @param {string} pathToBunlde path to destination bundle
1313
* @param {object} opts
14-
* Browserify options:
14+
* Bundle options:
1515
* - standalone {string}
1616
* Additional option:
1717
* - pathToMinBundle {string} path to destination minified bundle

0 commit comments

Comments
 (0)