Files
biomedjs/node_modules/less/test/browser/runner-rootpath-relative.js

5 lines
198 B
JavaScript
Raw Permalink Normal View History

2014-09-14 07:04:16 -04:00
less.rootpath = "https://www.github.com/cloudhead/less.js/";
less.relativeUrls = true;
describe("less.js browser test - rootpath and relative url's", function() {
testLessEqualsInDocument();
});