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

Commit 9f7353c

Browse files
committed
working gruntfile again. still need to add things
1 parent cfcb919 commit 9f7353c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Gruntfile.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
module.exports = function (grunt) {
88

99
var path = require('path'),
10-
argv = require('minimist')(process.argv.slice(2));;
10+
argv = require('minimist')(process.argv.slice(2));
11+
12+
// load all grunt tasks
13+
grunt.loadNpmTasks('grunt-contrib-copy');
14+
grunt.loadNpmTasks('grunt-contrib-watch');
15+
grunt.loadNpmTasks('grunt-browser-sync');
1116

1217
/******************************************************
1318
* PATTERN LAB CONFIGURATION
@@ -58,7 +63,6 @@ module.exports = function (grunt) {
5863

5964

6065
grunt.initConfig({
61-
pkg: grunt.file.readJSON('package.json'),
6266

6367
/******************************************************
6468
* COPY TASKS
@@ -145,10 +149,6 @@ module.exports = function (grunt) {
145149
}
146150
});
147151

148-
// load all grunt tasks
149-
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
150-
151-
152152
/******************************************************
153153
* COMPOUND AND ALIASED TASKS
154154
******************************************************/

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"patternlab-node": "pattern-lab/patternlab-node#v2.0.0-alpha",
1414
"styleguidekit-assets-default": "pattern-lab/styleguidekit-assets-default#feature-panels",
1515
"styleguidekit-mustache-default": "pattern-lab/styleguidekit-mustache-default#feature-panels",
16-
"matchdep": "^1.0.0"
1716
},
1817
"keywords": [
1918
"Pattern Lab",

0 commit comments

Comments
 (0)