Add version number to combined file

Fixes #93
This commit is contained in:
Gregg Van Hove 2015-03-12 12:49:27 -07:00
parent 55de6dffaf
commit 3a80483f30
3 changed files with 5 additions and 2 deletions

View File

@ -54,6 +54,9 @@ module.exports = function( grunt ) {
}
},
concat: {
options: {
process: true
},
mockAjax: {
src: [
'src/requireAjax.js',

View File

@ -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

View File

@ -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