Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BeckmanComms
beckman-theme-base-2016
Commits
dd8580b2
Commit
dd8580b2
authored
Aug 29, 2017
by
areynold
Browse files
add success message; install one dep at a time
parent
b56f243d
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/postinstall.js
View file @
dd8580b2
...
...
@@ -89,6 +89,7 @@ function copyDirectory(inDir, outDir) {
console
.
warn
(
`...Trying
${
uInDir
}
`
)
fs
.
statSync
(
uInDir
).
isDirectory
();
fs
.
copySync
(
uInDir
,
outDir
);
console
.
log
(
'
...install successful.
'
)
},
timeout
);
}
}
...
...
@@ -122,9 +123,9 @@ function init() {
function
installAssets
()
{
installBootstrap
();
installFontAwesome
();
installTether
();
installJQuery
();
//
installFontAwesome();
//
installTether();
//
installJQuery();
}
function
main
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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