Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
875d6cd4
Unverified
Commit
875d6cd4
authored
Mar 12, 2017
by
David Haynes
Browse files
First try on bootstrap 4 gitlab pages'ing
- should work
parent
6b2b8e56
Pipeline
#1063
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
875d6cd4
...
...
@@ -13,4 +13,22 @@ build_css:
-
grunt build
artifacts
:
paths
:
-
masonstrap/masonstrap.min.css
\ No newline at end of file
-
masonstrap/masonstrap.min.css
pages
:
-
npm install
-
npm install -g grunt-cli
-
npm install -g bower
-
apt-get update
-
apt-get install ruby -y
-
gem install sass
-
bower install --allow-root
-
grunt build
-
mkdir .public
-
cp index.html demo.html .public
-
cp -r assets .public
-
cp -r bower_components .public
-
mv .public public
artifacts
:
paths
:
-
public
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