mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Add src
This commit is contained in:
@ -168,11 +168,6 @@ gulp.task('karma-watch', function() {
|
||||
return karma.start({ configFile: __dirname + '/scripts/test/karma-watch.conf.js' })
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
gulp.task('e2e', ['sass'], function() {
|
||||
var indexContents = _.template( fs.readFileSync('scripts/e2e/index.template.html') )({
|
||||
buildConfig: buildConfig
|
||||
@ -185,6 +180,9 @@ gulp.task('e2e', ['sass'], function() {
|
||||
'ios',
|
||||
];
|
||||
|
||||
gulp.src(['ionic/**/*.js'])
|
||||
.pipe(gulp.dest('dist/src'));
|
||||
|
||||
// Get each test folder with gulp.src
|
||||
return gulp.src(buildConfig.src.e2e)
|
||||
.pipe(cached('e2e'))
|
||||
|
Reference in New Issue
Block a user