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

Commit

Permalink
working gruntfile again. still need to add things
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Jun 16, 2016
1 parent cfcb919 commit 9f7353c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
module.exports = function (grunt) {

var path = require('path'),
argv = require('minimist')(process.argv.slice(2));;
argv = require('minimist')(process.argv.slice(2));

// load all grunt tasks
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-browser-sync');

/******************************************************
* PATTERN LAB CONFIGURATION
Expand Down Expand Up @@ -58,7 +63,6 @@ module.exports = function (grunt) {


grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),

/******************************************************
* COPY TASKS
Expand Down Expand Up @@ -145,10 +149,6 @@ module.exports = function (grunt) {
}
});

// load all grunt tasks
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);


/******************************************************
* COMPOUND AND ALIASED TASKS
******************************************************/
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"patternlab-node": "pattern-lab/patternlab-node#v2.0.0-alpha",
"styleguidekit-assets-default": "pattern-lab/styleguidekit-assets-default#feature-panels",
"styleguidekit-mustache-default": "pattern-lab/styleguidekit-mustache-default#feature-panels",
"matchdep": "^1.0.0"
},
"keywords": [
"Pattern Lab",
Expand Down

0 comments on commit 9f7353c

Please sign in to comment.