Skip to content

Commit fa94e70

Browse files
committed
fix or update on build related issues, include that some *.min.js are missing
1 parent 96cbaa0 commit fa94e70

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Gruntfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module.exports = function(grunt) {
5858
{cwd: 'build', src: ['jquery.jqplot.css'], dest: 'dist', expand: true},
5959
{cwd: 'build', src: ['jquery.jqplot.min.css'], dest: 'dist', expand: true},
6060
{cwd: 'build', src: ['excanvas.js'], dest: 'dist', expand: true},
61+
{cwd: 'build', src: ['excanvas.min.js'], dest: 'dist', expand: true},
6162
{cwd: 'build', src: ['version.txt'], dest: 'dist', expand: true},
6263
{cwd: 'build', src: ['plugins/*'], dest: 'dist', expand: true},
6364
{src: ['README.md'], dest: 'dist', expand: true},
@@ -134,6 +135,7 @@ module.exports = function(grunt) {
134135
dist: {
135136
files: {
136137
'dist/jquery.<%= pkg.name %>.min.js': ['dist/jquery.<%= pkg.name %>.js'],
138+
'dist/excanvas.min.js': ['dist/excanvas.js'],
137139
'dist/examples/example.min.js': ['dist/examples/example.js']
138140
}
139141
},

copyright_min.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/* jqPlot @VERSION | (c) 2009-2015 Chris Leonello | jplot.com
1+
/* jqPlot @VERSION | (c) 2009-2015 Chris Leonello | jqplot.com
22
jsDate | (c) 2010-2015 Chris Leonello
3-
*/
3+
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"grunt-jslint": "*",
3232
"grunt-contrib-uglify": "*",
3333
"grunt-git-revision": "*",
34-
"grunt-natural-docs": "^0.1.1"
34+
"grunt-natural-docs": "^1.0.1"
3535
},
3636
"license": "(MIT AND GPL-2.0)"
3737
}

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.8
1+
1.0.9

0 commit comments

Comments
 (0)