Skip to content

Commit 316fc9f

Browse files
committed
reorder symlinks
1 parent c17e748 commit 316fc9f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

postinstall.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ function ensureSymlink(sourcePath, targetPath) {
4040
}
4141

4242
// Symlink other static assets no longer in bower_components
43-
ensureSymlink(
44-
"node_modules",
45-
"nbclassic/static/components"
46-
);
4743
ensureSymlink(
4844
"node_modules/mathjax",
4945
"nbclassic/static/components/MathJax"
5046
);
47+
48+
ensureSymlink(
49+
"node_modules",
50+
"nbclassic/static/components"
51+
);

0 commit comments

Comments
 (0)