Created
September 28, 2018 06:51
-
-
Save MaedahBatool/514920a3ff5918e0919a7719d2fc74e6 to your computer and use it in GitHub Desktop.
pudl Configuration Setup!
This file contains 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
// Project Variables. | |
module.exports = { | |
viewSrc: './views/**/*.pug', | |
viewDst: './', | |
styleSrc: './css/style.scss', | |
styleDst: './', | |
outputStyle: 'compressed', | |
viewWatchFiles: './views/**/*.pug', | |
styleWatchFiles: './css/**/*.scss', | |
browserAutoOpen: false, | |
injectChanges: true | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment