Skip to content

Commit

Permalink
Add version number to combined file
Browse files Browse the repository at this point in the history
Fixes #93
  • Loading branch information
Gregg Van Hove committed Mar 12, 2015
1 parent 55de6df commit 3a80483
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ module.exports = function( grunt ) {
}
},
concat: {
options: {
process: true
},
mockAjax: {
src: [
'src/requireAjax.js',
Expand Down
2 changes: 1 addition & 1 deletion lib/mock-ajax.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Jasmine-Ajax : a set of helpers for testing AJAX requests under the Jasmine
Jasmine-Ajax - v3.0.0: a set of helpers for testing AJAX requests under the Jasmine
BDD framework for JavaScript.
http://github.com/pivotal/jasmine-ajax
Expand Down
2 changes: 1 addition & 1 deletion src/requireAjax.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Jasmine-Ajax : a set of helpers for testing AJAX requests under the Jasmine
Jasmine-Ajax - v<%= packageVersion %>: a set of helpers for testing AJAX requests under the Jasmine
BDD framework for JavaScript.
http://github.com/pivotal/jasmine-ajax
Expand Down

0 comments on commit 3a80483

Please sign in to comment.