We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c429606 commit c3b4ee8Copy full SHA for c3b4ee8
assets/README.md
@@ -0,0 +1 @@
1
+Front-end assets
css/specDependencies.css renamed to assets/css/specDependencies.css
js/specDependencies.js renamed to assets/index.js
@@ -18,7 +18,7 @@ define([
18
function SpecDependencies() {
19
var _this = this;
20
21
- var moduleCss = new Css("sourcejs-spec-dependencies/css/specDependencies.css");
+ var moduleCss = new Css("/node_modules/sourcejs-spec-dependencies/assets/css/specDependencies.css");
22
23
this.options.pluginsOptions.specDependencies = $.extend(true, {
24
package.json
@@ -1,6 +1,6 @@
{
2
"name": "sourcejs-spec-dependencies",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Cross links of specs",
5
"repository": {
6
"type": "git",
0 commit comments