This repository was archived by the owner on Feb 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 77module . 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 ******************************************************/
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments