This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
/** | |
* This is the application configuration for the frontend build process. | |
*/ | |
// Where do you want to have the compiled assets? | |
module.exports.destinationPath = 'public/assets'; | |
// Is development-mode on / off? |