Skip to content

Commit

Permalink
Rename locale build files
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 30, 2016
1 parent 102d38f commit 853ab8d
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/webpack.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ del.sync(["./dist/**"]);
var fallbackID = "default";

//console.log(localeID);
var fName = path.join(dir, "build-tmp.js");
var fName = path.join(dir, "build.js");

var content = wrapper.replace("%%LOCALEID%%", localeID).replace("%%FALLBACKID%%", fallbackID);

Expand All @@ -65,7 +65,7 @@ del.sync(["./dist/**"]);

})();

var buildFiles = glob.sync("./lib/locales/**/build-tmp.js");
var buildFiles = glob.sync("./lib/locales/**/build.js");

//console.log(buildFiles);

Expand Down Expand Up @@ -103,4 +103,3 @@ buildFiles.forEach(function(localeFile) {

});

//del.sync(["./lib/locales/**/build-tmp.js"]);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 853ab8d

Please sign in to comment.