Skip to content

Commit 00847d5

Browse files
committed
minor fixes
1 parent e05686a commit 00847d5

9 files changed

Lines changed: 4611 additions & 8344 deletions

File tree

assets/test/build.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ var request = require('request');
33
var fs = require('fs');
44
var ejs = require('ejs');
55

6+
67
var libUrls = {
7-
mocha_js: 'https://cdnjs.cloudflare.com/ajax/libs/mocha/2.1.0/mocha.js',
8-
mocha_css: 'https://cdnjs.cloudflare.com/ajax/libs/mocha/2.1.0/mocha.css',
9-
sinon_js: 'http://sinonjs.org/releases/sinon-1.13.0.js',
10-
chai_js: 'https://cdnjs.cloudflare.com/ajax/libs/chai/2.1.1/chai.js'
8+
mocha_js: 'https://cdnjs.cloudflare.com/ajax/libs/mocha/2.2.4/mocha.min.js',
9+
mocha_css: 'https://cdnjs.cloudflare.com/ajax/libs/mocha/2.2.4/mocha.css',
10+
sinon_js: 'http://sinonjs.org/releases/sinon-1.14.1.js',
11+
chai_js: 'https://cdnjs.cloudflare.com/ajax/libs/chai/2.2.0/chai.js'
1112
};
1213

1314
function asyncObjectMap( obj, func, cb ) {
@@ -48,4 +49,4 @@ asyncObjectMap(libUrls, fetch, function(err, libContent){
4849
var result = ejs.render(template, libContent);
4950

5051
fs.writeFileSync('./libs.js', result);
51-
});
52+
});

0 commit comments

Comments
 (0)