dalek-browser-chrome-canary
Advanced tools
Comparing version 0.0.1-2013-08-20-12-36-09 to 0.0.1-2013-08-20-12-39-02
@@ -265,3 +265,3 @@ /* jshint camelcase: false */ | ||
var lastTag = result.toString(); | ||
if (grunt.file.isFile('_raw/docs/' + lastTag + '/firefox.html')) { | ||
if (grunt.file.isFile('_raw/docs/' + lastTag + '/chrome.html')) { | ||
grunt.log.ok('Nothing to archive'); | ||
@@ -276,3 +276,3 @@ done(); | ||
grunt.file.copy('report/docs/firefox.html', '_raw/docs/' + lastTag + '/firefox.html'); | ||
grunt.file.copy('report/docs/chrome.html', '_raw/docs/' + lastTag + '/chrome.html'); | ||
grunt.log.ok('Archived document with version: ' + lastTag); | ||
@@ -279,0 +279,0 @@ done(); |
{ | ||
"name": "dalek-browser-chrome-canary", | ||
"version": "0.0.1-2013-08-20-12-36-09", | ||
"version": "0.0.1-2013-08-20-12-39-02", | ||
"description": "Google Chrome bindings for DalekJS", | ||
@@ -5,0 +5,0 @@ "homepage": "http://dalekjs.com", |
36362