File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ module.exports = function (grunt)
15
15
uglify : {
16
16
options : {
17
17
preserveComments : false ,
18
- banner : '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
19
- '<%= grunt.template.today("mm/dd/yyyy") %>\\r\\n' +
20
- '<%= pkg.homepage ? "* " + pkg.homepage + "\\r\\n" : "" %>' +
21
- '* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
22
- ' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */'
18
+ banner : '/*! <%= "\\r\\n * " + pkg.name %> v<%= pkg.version %> - <%= grunt.template.today("mm/dd/yyyy") + "\\r\\n" %>' +
19
+ ' * Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %> <%= (pkg.homepage ? "(" + pkg.homepage + ")" : "") + "\\r\\n" %>' +
20
+ ' * Licensed under <%= pkg.licenses[0].type + " " + pkg.licenses[0].url + "\\r\\n */\\r\\n" %>'
23
21
} ,
24
22
all : {
25
23
files : {
Original file line number Diff line number Diff line change 1
1
/*!
2
- * jQuery Steps Plugin v0.8.2 - A powerful jQuery wizard plugin that supports accessibility and HTML5
2
+ * jQuery Steps Plugin v0.9.0 - A powerful jQuery wizard plugin that supports accessibility and HTML5
3
3
* https://github.com/rstaib/jquery-steps
4
4
*
5
5
* Copyright (c) 2013 Rafael J. Staib
15
15
* TODOs:
16
16
* - Loading Animation (Spinner)
17
17
* - Implement slideLeft animation
18
- * - Fix bugs in insert and remove methods (add works fine)
19
- * a. Add tests for add, insert and remove
18
+ * - Add tests for add, insert and remove
20
19
*
21
20
* Planed Features:
22
21
* - Progress bar
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jQuery-steps" ,
3
3
"title" : " jQuery Wizard Plugin" ,
4
- "version" : " 0.8.2 " ,
4
+ "version" : " 0.9.0 " ,
5
5
"description" : " A powerful jQuery wizard plugin that supports accessibility and HTML5" ,
6
6
"homepage" : " https://github.com/rstaib/jquery-steps" ,
7
7
"author" : {
23
23
],
24
24
"licenses" : [
25
25
{
26
- "license " : " MIT" ,
26
+ "type " : " MIT" ,
27
27
"url" : " http://www.opensource.org/licenses/MIT"
28
28
}
29
29
],
You can’t perform that action at this time.
0 commit comments