Skip to content

Instantly share code, notes, and snippets.

@sbalay
Created February 1, 2016 15:59
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 sbalay/7505febf3c7ca33e0515 to your computer and use it in GitHub Desktop.
Save sbalay/7505febf3c7ca33e0515 to your computer and use it in GitHub Desktop.
Gulp tasks' settings for development environment
export default {
/**
* concat
* Enables/Disables source files concatenation
*/
concat: false,
/**
* lint
* Enables/Disables source code linting
*/
lint: true,
/**
* minify
* Enables/Disables source code minification
*/
minify: false,
/**
* sourcemaps
* Enables/Disables js and sass sourcemaps
*/
sourcemaps: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment