Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit c38b594

Browse files
committed
chore(npm): remove some devDeps
1 parent 0913ad0 commit c38b594

2 files changed

Lines changed: 2 additions & 45 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -229,28 +229,6 @@ module.exports = function (grunt) {
229229
}
230230
},
231231

232-
// The following *-min tasks produce minified files in the dist folder
233-
imagemin: {
234-
dist: {
235-
files: [{
236-
expand: true,
237-
cwd: '<%= yo.src %>/images',
238-
src: '{,*/}*.{png,jpg,jpeg,gif}',
239-
dest: '<%= yo.dist %>/images'
240-
}]
241-
}
242-
},
243-
svgmin: {
244-
dist: {
245-
files: [{
246-
expand: true,
247-
cwd: '<%= yo.src %>/images',
248-
src: '{,*/}*.svg',
249-
dest: '<%= yo.dist %>/images'
250-
}]
251-
}
252-
},
253-
254232
// Minify html files
255233
htmlmin: {
256234
options: {
@@ -267,13 +245,6 @@ module.exports = function (grunt) {
267245
}
268246
},
269247

270-
// Replace Google CDN references
271-
cdnify: {
272-
dist: {
273-
html: ['<%= yo.pages %>/*.html']
274-
}
275-
},
276-
277248
// Renames files for browser caching purposes
278249
rev: {
279250
dist: {

package.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"grunt": "~0.4.2",
13+
"grunt-angular-templates": "~0.5.1",
1314
"grunt-autoprefixer": "~0.6.3",
1415
"grunt-concurrent": "~0.4.2",
1516
"grunt-contrib-clean": "~0.5.0",
@@ -18,33 +19,18 @@
1819
"grunt-contrib-copy": "~0.5.0",
1920
"grunt-contrib-cssmin": "~0.7.0",
2021
"grunt-contrib-htmlmin": "~0.1.3",
21-
"grunt-contrib-imagemin": "~0.4.0",
2222
"grunt-contrib-jshint": "~0.8.0",
2323
"grunt-contrib-less": "~0.9.0",
2424
"grunt-contrib-uglify": "~0.2.7",
2525
"grunt-contrib-watch": "~0.5.3",
26-
"grunt-google-cdn": "~0.2.2",
2726
"grunt-karma": "~0.6.2",
2827
"grunt-newer": "~0.6.0",
2928
"grunt-ngmin": "0.0.3",
3029
"grunt-rev": "~0.1.0",
31-
"grunt-svgmin": "~0.3.0",
3230
"grunt-usemin": "~2.0.2",
3331
"jshint-stylish": "~0.1.5",
34-
"karma": "~0.10.9",
35-
"karma-chrome-launcher": "~0.1.2",
36-
"karma-firefox-launcher": "~0.1.3",
37-
"karma-html2js-preprocessor": "~0.1.0",
38-
"karma-jasmine": "~0.1.5",
39-
"karma-ng-html2js-preprocessor": "~0.1.0",
40-
"karma-ng-scenario": "~0.1.0",
41-
"karma-phantomjs-launcher": "~0.1.1",
42-
"karma-requirejs": "~0.2.1",
43-
"karma-script-launcher": "~0.1.0",
4432
"load-grunt-tasks": "~0.2.1",
45-
"requirejs": "~2.1.9",
46-
"time-grunt": "~0.2.7",
47-
"grunt-angular-templates": "~0.5.1"
33+
"time-grunt": "~0.2.7"
4834
},
4935
"engines": {
5036
"node": ">=0.8.0"

0 commit comments

Comments
 (0)