Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jan Blackquill
Aether SASS
Commits
a9c688cc
Verified
Commit
a9c688cc
authored
Jul 30, 2019
by
Carl Schwan
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Bootstrap JS/CSS
parent
ad9724c6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
0 deletions
+14
-0
css/bootstrap.scss
css/bootstrap.scss
+1
-0
js/bootstrap.js
js/bootstrap.js
+9
-0
package.json
package.json
+3
-0
webpack.config.js
webpack.config.js
+1
-0
No files found.
css/bootstrap.scss
0 → 100644
View file @
a9c688cc
@import
"~bootstrap/scss/bootstrap"
;
js/bootstrap.js
0 → 100644
View file @
a9c688cc
// Import ECMAScript modules
import
{
$
,
jQuery
}
from
'
jquery
'
;
import
'
bootstrap
'
;
// Import SASS modules
import
'
./../css/bootstrap.scss
'
;
// Custom code
package.json
View file @
a9c688cc
{
"devDependencies"
:
{
"
@symfony/webpack-encore
"
:
"
^0.27.0
"
,
"
bootstrap
"
:
"
^4.3.1
"
,
"
jquery
"
:
"
^3.4.1
"
,
"
node-sass
"
:
"
^4.12.0
"
,
"
popper.js
"
:
"
^1.15.0
"
,
"
sass-loader
"
:
"
^7.1.0
"
}
}
webpack.config.js
View file @
a9c688cc
...
...
@@ -8,6 +8,7 @@ Encore
// only needed for CDN's or sub-directory deploy
//.setManifestKeyPrefix('build/')
.
addEntry
(
'
bootstrap
'
,
'
./js/bootstrap.js
'
)
.
addStyleEntry
(
'
aether-mediawiki
'
,
'
./css/aether-mediawiki.scss
'
)
// .enableSingleRuntimeChunk()
...
...
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