Skip to content

Commit 691ec58

Browse files
committed
chore(depends) Update npm dependencies
1 parent 3f9d48c commit 691ec58

File tree

6 files changed

+11
-22
lines changed

6 files changed

+11
-22
lines changed

dist/forms-angular-with-bs2.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/forms-angular-with-bs3.css

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/forms-angular.min.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/forms-angular.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

gulpfile.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ gulp.task('build', function(callback) {
3333
'annotate',
3434
'tidy',
3535
'uglify',
36-
'map',
3736
'less',
3837
callback);
3938
});
@@ -67,15 +66,6 @@ gulp.task('tidy', function() {
6766
return del([distDirectory + '/templates.js'], function(err,paths) {console.log('Cleared ' + paths.join(' '));});
6867
});
6968

70-
gulp.task('map', function() {
71-
var shell = require('gulp-shell');
72-
73-
return shell.task(
74-
'uglifyjs --compress --mangle --source-map forms-angular.min.js.map --source-map-root . -o forms-angular.min.js -- forms-angular.js',
75-
{cwd: rootDir + '/dist'}
76-
)();
77-
});
78-
7969
gulp.task('test', function(callback) {
8070
runSequence(
8171
'karmaTest',
@@ -179,7 +169,7 @@ gulp.task('templates', function() {
179169

180170
gulp.task('less', function () {
181171
var less = require('gulp-less');
182-
var minifyCSS = require('gulp-minify-css');
172+
var minifyCSS = require('gulp-cssnano');
183173
var path = require('path');
184174

185175
return gulp.src('less/forms-angular-with-*.less')

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,14 @@
3939
"devDependencies": {
4040
"del": "2.2.0",
4141
"express": "4.13.4",
42-
"gulp":"3.9.0",
42+
"gulp": "3.9.0",
4343
"gulp-angular-templatecache": "1.8.0",
4444
"gulp-concat": "2.6.0",
45-
"gulp-karma": "0.0.5",
45+
"gulp-cssnano": "2.1.0",
4646
"gulp-less": "3.0.5",
4747
"gulp-minify-css": "1.2.3",
4848
"gulp-mocha": "2.2.0",
4949
"gulp-ng-annotate": "1.1.0",
50-
"gulp-rimraf": "0.2.0",
51-
"gulp-shell": "0.5.1",
5250
"gulp-tsc": "1.1.4",
5351
"gulp-umd": "0.2.0",
5452
"jasmine-core": "2.4.1",
@@ -58,8 +56,8 @@
5856
"karma-ng-html2js-preprocessor": "0.2.0",
5957
"karma-phantomjs-launcher": "1.0.0",
6058
"matchdep": "1.0.0",
61-
"phantomjs-prebuilt": "2.1.3",
6259
"mocha": "2.3.4",
60+
"phantomjs-prebuilt": "2.1.3",
6361
"run-sequence": "1.1.5",
6462
"uglify-js": "2.6.1"
6563
},

0 commit comments

Comments
 (0)