Skip to content

Instantly share code, notes, and snippets.

@MaedahBatool
Created September 28, 2018 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaedahBatool/514920a3ff5918e0919a7719d2fc74e6 to your computer and use it in GitHub Desktop.
Save MaedahBatool/514920a3ff5918e0919a7719d2fc74e6 to your computer and use it in GitHub Desktop.
pudl Configuration Setup!
// 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