mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
Gulp serve from root
Lets us load scripts from node_modules
This commit is contained in:
@ -142,11 +142,9 @@ gulp.task('watch', function(done) {
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
gulp.task('serve', function() {
|
||||
var connect = require('gulp-connect');
|
||||
connect.server({
|
||||
root: 'dist',
|
||||
port: flags.port,
|
||||
livereload: false
|
||||
});
|
||||
|
Reference in New Issue
Block a user