Skip to content

Instantly share code, notes, and snippets.

@MaedahBatool
Created October 1, 2018 08:52
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/d2e72bf05b9792d50e60006d05eb8b30 to your computer and use it in GitHub Desktop.
Save MaedahBatool/d2e72bf05b9792d50e60006d05eb8b30 to your computer and use it in GitHub Desktop.
pudl Config file
/**
* 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