Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
masonstrap
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
masonstrap
Commits
d6e15e73
Verified
Commit
d6e15e73
authored
Sep 22, 2017
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
gulpfile.js
gulpfile.js
+2
-2
src/html/index.html
src/html/index.html
+1
-6
No files found.
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