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
9735e216
Verified
Commit
9735e216
authored
Oct 19, 2017
by
David Haynes
🙆
Browse files
Quick fix
- removed the popper variable, update gulpfile accordingly
parent
3539eb9f
Pipeline
#1706
passed with stages
in 1 minute and 1 second
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
gulpfile.js
View file @
9735e216
...
...
@@ -41,7 +41,7 @@ gulp.task('js', () => {
let
masonstrap
=
gulp
.
src
(
src
+
'
/js/*.js
'
)
.
pipe
(
gulp
.
dest
(
dest
+
'
/js/
'
))
return
merge
(
bootstrap
,
jquery
,
popper
,
masonstrap
).
pipe
(
connect
.
reload
())
return
merge
(
bootstrap
,
jquery
,
masonstrap
).
pipe
(
connect
.
reload
())
});
// Compile, autoprefix, minify scss with sourcemaps
...
...
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