@ionic/app-scripts
Version:
Scripts for Ionic Projects
16 lines (11 loc) • 326 B
JavaScript
// https://www.npmjs.com/package/clean-css
module.exports = {
/**
* sourceFileName: the file name of the src css file
*/
sourceFileName: process.env.IONIC_OUTPUT_CSS_FILE_NAME,
/**
* destFileName: the file name for the generated minified file
*/
destFileName: process.env.IONIC_OUTPUT_CSS_FILE_NAME
};