Skip to content

Commit

Permalink
fix: reverted fix build script CSS extract with options.compress (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Aug 10, 2022
1 parent bb746c0 commit 8fa4500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.dryice.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function buildAce(options, callback) {
var cssUpdated = false;

function extractCss(options, callback) {
var dir = getTargetDir(options);
var dir = BUILD_DIR + "/src" + (options.noconflict ? "-noconflict" : "");
var filenames = fs.readdirSync(dir);
var css = "";
var images = {};
Expand Down

0 comments on commit 8fa4500

Please sign in to comment.