Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eResearch
CalcyteJS
Commits
b286ff5f
Commit
b286ff5f
authored
Sep 10, 2018
by
Mike Lynch
Browse files
index_html needed a relative ../defaults
parent
a7e03f57
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/index_html.js
View file @
b286ff5f
...
...
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
const
defaults
=
require
(
"
./defaults.js
"
);
var
fs
=
require
(
"
fs
"
);
var
ejs
=
require
(
"
ejs
"
);
context
=
require
(
"
./defaults/context.json
"
);
context
=
require
(
"
.
.
/defaults/context.json
"
);
const
path
=
require
(
"
path
"
);
const
shell
=
require
(
"
shelljs
"
);
const
jsonld
=
require
(
"
jsonld
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment