Created
October 1, 2018 08:52
-
-
Save MaedahBatool/d2e72bf05b9792d50e60006d05eb8b30 to your computer and use it in GitHub Desktop.
pudl Config file
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
/** | |
* Configuration. | |
* | |
* Project Configuration for gulp tasks. | |
* | |
* In paths you can add <<glob or array of globs>>. Edit the variables as per your project requirements. | |
*/ | |
// Project options. | |
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