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
a2329c5d
Unverified
Commit
a2329c5d
authored
Mar 02, 2017
by
David Haynes
Browse files
Try to get static files to load correctly on the pages page
- ah yes, the good ol gitlab-ci debug
parent
d002f8f8
Pipeline
#1012
failed with stages
in 27 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a2329c5d
...
@@ -6,6 +6,7 @@ build_css:
...
@@ -6,6 +6,7 @@ build_css:
-
npm install
-
npm install
script
:
script
:
-
grunt swatch:masonstrap
-
grunt swatch:masonstrap
-
cp masonstrap/masonstrap.min.css ../
artifacts
:
artifacts
:
paths
:
paths
:
-
masonstrap/masonstrap.min.css
-
masonstrap/masonstrap.min.css
...
@@ -14,7 +15,7 @@ pages:
...
@@ -14,7 +15,7 @@ pages:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
mkdir .public
-
mkdir .public
-
cp index.html
masonstrap/
masonstrap.min.css .public
-
cp index.html masonstrap.min.css .public
-
mv .public public
-
mv .public public
artifacts
:
artifacts
:
paths
:
paths
:
...
...
index.html
View file @
a2329c5d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<title>
Masonstrap
</title>
<title>
Masonstrap
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<link
rel=
"stylesheet"
href=
"masonstrap
/masonstrap
.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"masonstrap
.min
.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"assets/css/custom.min.css"
>
<link
rel=
"stylesheet"
href=
"assets/css/custom.min.css"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
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