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
52a2ec9f
Commit
52a2ec9f
authored
Sep 11, 2018
by
Mike Lynch
Browse files
Updated calcyfy with the new library location
parent
d5b28e27
Changes
1
Hide whitespace changes
Inline
Side-by-side
calcyfy
View file @
52a2ec9f
...
...
@@ -18,18 +18,18 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
const
Collection
=
require
(
"
./collection.js
"
);
const
Index
=
require
(
"
./index_html.js
"
);
const
Datacite
=
require
(
"
./datacite.js
"
);
const
Bag
=
require
(
"
./bag.js
"
);
const
Collection
=
require
(
"
./
lib/
collection.js
"
);
const
Index
=
require
(
"
./
lib/
index_html.js
"
);
const
Datacite
=
require
(
"
./
lib/
datacite.js
"
);
const
Bag
=
require
(
"
./
lib/
bag.js
"
);
const
args
=
require
(
"
minimist
"
)(
process
.
argv
.
slice
(
2
));
const
shell
=
require
(
"
shelljs
"
);
const
program
=
require
(
"
commander
"
);
const
path
=
require
(
"
path
"
);
const
html_file_name
=
"
CATALOG.html
"
;
const
catalog_file_name
=
"
CATALOG.json
"
;
const
defaults
=
require
(
"
./defaults.js
"
);
const
JSON_helper
=
require
(
"
./jsonldhelper.js
"
)
const
defaults
=
require
(
"
./
lib/
defaults.js
"
);
const
JSON_helper
=
require
(
"
./
lib/
jsonldhelper.js
"
)
const
fs
=
require
(
"
fs
"
)
var
dirs
=
undefined
;
...
...
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