Skip to content

Commit 3226ec7

Browse files
committed
chore(): tell gulp when finished building
1 parent 5c0fd47 commit 3226ec7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

gulpfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ gulp.task('sass', function() {
284284
});
285285

286286
/**
287-
* I'm not quite sure what this is for, people tell me we use it internally to
288-
* test themes.
287+
* Creates Ionic themes for testing.
289288
*/
290289
gulp.task('sass.themes', function() {
291290
var sass = require('gulp-sass');
@@ -776,7 +775,8 @@ gulp.task('build.release', function(done){
776775
runSequence(
777776
'clean',
778777
'copy.libs',
779-
['bundle', 'sass', 'fonts', 'copy.scss']
778+
['bundle', 'sass', 'fonts', 'copy.scss'],
779+
done
780780
);
781781
});
782782

scripts/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ To remove the linked version of `ionic-framework` do `npm rm ionic-framework`, a
5050
3. Export `IONIC_SNAPSHOT_KEY` (get from someone)
5151
4. Run `gulp snapshot`
5252

53-
For more information on protractor, see https://angular.github.io/protractor/#/.
54-
5553

5654
### Running Tests
5755

0 commit comments

Comments
 (0)