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

Commit

Permalink
Merge pull request #16 from greenc/grunt-build-task-fix
Browse files Browse the repository at this point in the history
Fix documented but broken "patternlab:build" task in Grunt
  • Loading branch information
bmuenzenmeyer authored Sep 8, 2016
2 parents 39e12c6 + 870deb5 commit 972cb1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ module.exports = function (grunt) {
******************************************************/

grunt.registerTask('default', ['patternlab', 'copy:main']);
grunt.registerTask('patternlab:build', ['patternlab', 'copy:main']);
grunt.registerTask('patternlab:watch', ['patternlab', 'copy:main', 'watch:all']);
grunt.registerTask('patternlab:serve', ['patternlab', 'copy:main', 'browserSync', 'watch:all']);

Expand Down

0 comments on commit 972cb1e

Please sign in to comment.