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
d6e15e73
Verified
Commit
d6e15e73
authored
Sep 22, 2017
by
David Haynes
🙆
Browse files
Probably now parity with prod
parent
f6a9b994
Pipeline
#1596
passed with stages
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gulpfile.js
View file @
d6e15e73
...
...
@@ -21,7 +21,7 @@ gulp.task('fonts', () => gulp.src('./node_modules/font-awesome/fonts/fontawesome
// Move html to build/html
gulp
.
task
(
'
html
'
,
()
=>
gulp
.
src
(
src
+
'
/html/*.html
'
).
pipe
(
connect
.
reload
())
.
pipe
(
gulp
.
dest
(
dest
))
.
pipe
(
gulp
.
dest
(
dest
+
'
/masonstrap/
'
))
);
// Optimize images and move them to build/img
...
...
@@ -53,7 +53,7 @@ gulp.task('sass', () => gulp.src(src + '/scss/*.scss').pipe(connect.reload())
.
pipe
(
sass
().
on
(
'
error
'
,
sass
.
logError
))
.
pipe
(
postcss
([
autoprefixer
()]))
.
pipe
(
sourcemaps
.
write
())
.
pipe
(
gulp
.
dest
(
dest
+
'
/css/
'
))
.
pipe
(
gulp
.
dest
(
dest
+
'
/
masonstrap/
css/
'
))
.
pipe
(
uglifycss
())
.
pipe
(
rename
({
extname
:
"
.min.css
"
}))
.
pipe
(
gulp
.
dest
(
dest
+
'
/masonstrap/css/
'
)
...
...
src/html/index.html
View file @
d6e15e73
...
...
@@ -37,7 +37,7 @@
<nav
class=
"navbar navbar-expand-lg navbar-dark bg-primary"
>
<a
class=
"navbar-brand d-flex mx-auto"
href=
"#"
>
<img
src=
"/img/SRCT_square.svg"
width=
"30"
height=
"30"
class=
"d-inline-block align-top"
alt=
"SRCT Masonstrap"
>
<img
src=
"/
masonstrap/
img/SRCT_square.svg"
width=
"30"
height=
"30"
class=
"d-inline-block align-top"
alt=
"SRCT Masonstrap"
>
Masonstrap
</a>
...
...
@@ -66,11 +66,6 @@
</div>
</nav>
<footer>
</footer>
<!-- load in external js -->
<script
src=
"/masonstrap/js/jquery.min.js"
></script>
<script
src=
"/masonstrap/js/popper.min.js"
></script>
...
...
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