Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 961c76b

Browse files
committed
refactor(sass): moved common config values to environment variables
1 parent de7e219 commit 961c76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sass.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
* from the sass build. The directory which it is saved in
99
* is set within the "buildDir" config options.
1010
*/
11-
outputFilename: 'main.css',
11+
outputFilename: process.env.IONIC_OUTPUT_CSS_FILE_NAME,
1212

1313
/**
1414
* sourceMap: If source map should be built or not.

0 commit comments

Comments
 (0)