Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
041afc71
Commit
041afc71
authored
May 11, 2020
by
Guillaume Perréal
Browse files
Utilise ./src et ./public comme paramètres par défaut du script.
parent
3330f318
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/prezbuilder
View file @
041afc71
...
...
@@ -28,8 +28,8 @@ case "$1" in
;;
esac
export
SRC
=
"
$(
checkdir
$
2
)
"
export
OUTPUT
=
"
$(
checkdir
$
3
)
"
export
SRC
=
"
$(
checkdir
$
{
2
:-
src
}
)
"
export
OUTPUT
=
"
$(
checkdir
$
{
3
:-
public
}
)
"
BASE
=
"
$(
dirname
$(
readlink
-f
$0
))
/.."
exec
"
$BASE
/node_modules/.bin/gulp"
--cwd
"
$BASE
"
"
$COMMAND
"
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