Skip to content

Commit 558b0ba

Browse files
committed
Keep original .css files to handle not to break dynamically generated links for theming
Refers #308
1 parent 6ec3b1b commit 558b0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designer/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function(grunt) {
1818
baseDir: 'target/dist/',
1919
outputDir: 'assets/',
2020
clearOutputDir: true,
21-
deleteOriginals: true,
21+
deleteOriginals: false,
2222
queryString: false
2323
},
2424
files: [{

0 commit comments

Comments
 (0)