##// END OF EJS Templates
added optional lint parameter, -Plint=true to enable all lint tasks
added optional lint parameter, -Plint=true to enable all lint tasks

File last commit:

r91:36a42b1ae292 ts-plugin
r94:f8676ff23eda ts-plugin
Show More
index.js
12 lines | 202 B | application/javascript | JavascriptLexer
var rjs = require('requirejs');
rjs.config({
baseUrl: '.',
packages: [{
name: "dojo",
location: "node_modules/dojo"
}],
nodeRequire: require
});
rjs(['./tests/plan']);