Skip to content

Commit

Permalink
Merge pull request #981 from christopheraue/rawText_fix
Browse files Browse the repository at this point in the history
Fix usage of rawText config in command line argument
  • Loading branch information
jrburke authored Aug 27, 2018
2 parents 37d613f + 7d2f0d2 commit 3b64985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/jslib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@ define(function (require) {
uglify2: true,
closure: true,
map: true,
throwWhen: true
throwWhen: true,
rawText: true
};

build.hasDotPropMatch = function (prop) {
Expand Down

0 comments on commit 3b64985

Please sign in to comment.