mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): tell gulp when finished building
This commit is contained in:
@ -284,8 +284,7 @@ gulp.task('sass', function() {
|
||||
});
|
||||
|
||||
/**
|
||||
* I'm not quite sure what this is for, people tell me we use it internally to
|
||||
* test themes.
|
||||
* Creates Ionic themes for testing.
|
||||
*/
|
||||
gulp.task('sass.themes', function() {
|
||||
var sass = require('gulp-sass');
|
||||
@ -776,7 +775,8 @@ gulp.task('build.release', function(done){
|
||||
runSequence(
|
||||
'clean',
|
||||
'copy.libs',
|
||||
['bundle', 'sass', 'fonts', 'copy.scss']
|
||||
['bundle', 'sass', 'fonts', 'copy.scss'],
|
||||
done
|
||||
);
|
||||
});
|
||||
|
||||
|
@ -50,8 +50,6 @@ To remove the linked version of `ionic-framework` do `npm rm ionic-framework`, a
|
||||
3. Export `IONIC_SNAPSHOT_KEY` (get from someone)
|
||||
4. Run `gulp snapshot`
|
||||
|
||||
For more information on protractor, see https://angular.github.io/protractor/#/.
|
||||
|
||||
|
||||
### Running Tests
|
||||
|
||||
|
Reference in New Issue
Block a user