Skip to content

Commit

Permalink
fix(Grunt): fixing path of angular-pdf in example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybiasiolli committed Dec 4, 2016
1 parent 17cc00d commit cd22fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function(grunt) {
'package.json',
'bower.json',
'readme.md',
'example/js/directives/angular-pdf.js',
'example/js/directives/angular-pdf.min.js',
'dist/angular-pdf.js',
'dist/angular-pdf.min.js'
],
Expand All @@ -19,7 +19,7 @@ module.exports = function(grunt) {
'package.json',
'bower.json',
'readme.md',
'example/js/directives/angular-pdf.js',
'example/js/directives/angular-pdf.min.js',
'dist/angular-pdf.js',
'dist/angular-pdf.min.js'
],
Expand All @@ -34,7 +34,7 @@ module.exports = function(grunt) {

clean: {
all: [
'example/js/directives/angular-pdf.js',
'example/js/directives/angular-pdf.min.js',
'example/js/lib/*.js',
'dist/angular-pdf.js',
'dist/angular-pdf.min.js'
Expand Down

0 comments on commit cd22fc2

Please sign in to comment.