File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
example-integrations/drupal-lab/web/themes/bolt-starter Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,16 @@ module.exports = {
3
3
buildDir : './dist/' ,
4
4
wwwDir : '../../' ,
5
5
verbosity : 1 ,
6
+ enableCache : true ,
6
7
components : {
7
8
global : [
8
9
'@bolt/global' ,
9
10
'@bolt/components-button' ,
10
11
'@bolt/components-headline' ,
11
12
'@bolt/components-link' ,
12
13
'@bolt/components-icon' ,
14
+ '@bolt/components-navbar' ,
15
+ '@bolt/components-sticky' ,
13
16
] ,
14
17
individual : [
15
18
// example specifying a standalone component's CSS and JS individually
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bolt/bolt-starter" ,
3
3
"description" : " Drupal 8 Starter Theme using the Bolt Design System" ,
4
- "version" : " 2.2.2 " ,
4
+ "version" : " 2.3.0 " ,
5
5
"private" : true ,
6
6
"publishConfig" : {
7
7
"access" : " public"
11
11
"start" : " bolt start"
12
12
},
13
13
"dependencies" : {
14
- "@bolt/build-tools" : " ^2.2.2" ,
15
- "@bolt/components-button" : " ^2.2.2" ,
16
- "@bolt/components-headline" : " ^2.2.2" ,
17
- "@bolt/components-icon" : " ^2.2.2" ,
18
- "@bolt/components-link" : " ^2.2.2" ,
19
- "@bolt/global" : " ^2.2.2"
14
+ "@bolt/twig-renderer" : " ^2.3.0" ,
15
+ "@bolt/build-tools" : " ^2.3.0" ,
16
+ "@bolt/components-button" : " ^2.3.0" ,
17
+ "@bolt/components-sticky" : " ^2.3.0" ,
18
+ "@bolt/components-navbar" : " ^2.3.0" ,
19
+ "@bolt/components-headline" : " ^2.3.0" ,
20
+ "@bolt/components-icon" : " ^2.3.0" ,
21
+ "@bolt/components-link" : " ^2.3.0" ,
22
+ "@bolt/global" : " ^2.3.0"
20
23
}
21
24
}
You can’t perform that action at this time.
0 commit comments