File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ module.exports = function(grunt) {
36
36
all : [
37
37
'example/js/directives/angular-pdf.js' ,
38
38
'example/js/lib/*.js' ,
39
+ 'dist/angular-pdf.js' ,
39
40
'dist/angular-pdf.min.js'
40
41
]
41
42
} ,
@@ -45,7 +46,13 @@ module.exports = function(grunt) {
45
46
files : [
46
47
{
47
48
expand : true ,
48
- cwd : 'dist' ,
49
+ cwd : 'src' ,
50
+ src : [ 'angular-pdf.js' ] ,
51
+ dest : 'dist/'
52
+ } ,
53
+ {
54
+ expand : true ,
55
+ cwd : 'src' ,
49
56
src : [ 'angular-pdf.js' ] ,
50
57
dest : 'example/js/directives/'
51
58
} ,
@@ -70,7 +77,7 @@ module.exports = function(grunt) {
70
77
jscs : {
71
78
src : [
72
79
'Gruntfile.js' ,
73
- 'dist /angular-pdf.js'
80
+ 'src /angular-pdf.js'
74
81
] ,
75
82
options : {
76
83
config : '.jscsrc'
@@ -84,7 +91,7 @@ module.exports = function(grunt) {
84
91
} ,
85
92
src : [
86
93
'Gruntfile.js' ,
87
- 'dist /angular-pdf.js'
94
+ 'src /angular-pdf.js'
88
95
]
89
96
}
90
97
} ,
You can’t perform that action at this time.
0 commit comments