Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6ce34dd

Browse files
kamronbatmanNarretz
authored andcommitted
style(docs/gulpfile.js) make spacing consistent
Updated gulpfile.js in Docs so that spacing is consistency.
1 parent cb2f8c0 commit 6ce34dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/gulpfile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ var copyComponent = function(component, pattern, sourceFolder, packageFile) {
5656
.pipe(gulp.dest(outputFolder + '/components/' + component + '-' + version));
5757
};
5858

59+
5960
gulp.task('bower', function() {
6061
var bowerTask = bower.commands.install();
6162
bowerTask.on('log', function (result) {
@@ -67,6 +68,7 @@ gulp.task('bower', function() {
6768
return bowerTask;
6869
});
6970

71+
7072
gulp.task('build-app', function() {
7173
var file = 'docs.js';
7274
var minFile = 'docs.min.js';
@@ -82,6 +84,7 @@ gulp.task('build-app', function() {
8284
.pipe(gulp.dest(folder));
8385
});
8486

87+
8588
gulp.task('assets', ['bower'], function() {
8689
var JS_EXT = /\.js$/;
8790
return merge(
@@ -116,6 +119,7 @@ gulp.task('doc-gen', ['bower'], function() {
116119
});
117120
});
118121

122+
119123
// JSHint the example and protractor test files
120124
gulp.task('jshint', ['doc-gen'], function() {
121125
var examplesConfig = getMergedJshintConfig('../docs/app/test/.jshintrc');

0 commit comments

Comments
 (0)