From 3a80483f3068f85f42b13b349036d2250c36f332 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Thu, 12 Mar 2015 12:49:27 -0700 Subject: [PATCH] Add version number to combined file Fixes #93 --- Gruntfile.js | 3 +++ lib/mock-ajax.js | 2 +- src/requireAjax.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index ce9f8ef..59f89ff 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -54,6 +54,9 @@ module.exports = function( grunt ) { } }, concat: { + options: { + process: true + }, mockAjax: { src: [ 'src/requireAjax.js', diff --git a/lib/mock-ajax.js b/lib/mock-ajax.js index 7bb5615..0148ff3 100644 --- a/lib/mock-ajax.js +++ b/lib/mock-ajax.js @@ -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 diff --git a/src/requireAjax.js b/src/requireAjax.js index 3659239..45588ea 100644 --- a/src/requireAjax.js +++ b/src/requireAjax.js @@ -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