Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created October 1, 2017 02:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save freshcutdevelopment/de28221da0d38386d32832733bdaedf5 to your computer and use it in GitHub Desktop.
Copy the flags into the root of the Aurelia project
import gulp from 'gulp';
import project from '../aurelia.json';
export default function copyFlags() {
console.log("copying flags");
return gulp.src(project.paths.flagsInput)
.pipe(gulp.dest(project.paths.flagsOutput));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment