Skip to content

Instantly share code, notes, and snippets.

@alxvallejo
Created June 10, 2016 16:28
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 alxvallejo/3a9b347badc6ee3fe00b61e57d18188e to your computer and use it in GitHub Desktop.
Save alxvallejo/3a9b347badc6ee3fe00b61e57d18188e to your computer and use it in GitHub Desktop.
gulp.task('dev', ['default'], function() {
gulp.src(['./www/js/app.js']) // build directory
.pipe(replace('@@ENV', 'https://dev-api-url'))
.pipe(gulp.dest('./www/js/app.js'));
});
// returns error: Error: EEXIST: file already exists, mkdir '/Users/avallejo/Sites/cpIonic/www/js/app.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment