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
HCI-Development
HCI Theme
Commits
e534cda9
Commit
e534cda9
authored
May 11, 2020
by
Andreas Knote
Browse files
copyPrebuild:removed
parent
21603f19
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/copyPrebuild
deleted
100755 → 0
View file @
21603f19
#!/usr/bin/env bash
# Copy prebuild files from build container
mkdir
_sass
mkdir
-p
assets/css/fonts
cp
-r
$1
/_sass/slick-carousel _sass/slick-carousel
cp
-r
$1
/assets/css/fonts/ assets/css/fonts/
cp
$1
/assets/css/fonts/slick.woff assets/css/fonts/slick.woff
cp
$1
/assets/css/fonts/slick.ttf assets/css/fonts/slick.ttf
cp
$1
/assets/css/ajax-loader.gif assets/css/ajax-loader.gif
cp
$1
/assets/bundle.js assets/bundle.js
\ No newline at end of file
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