Skip to content
Snippets Groups Projects
Commit 8c8d8fc1 authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Florent Torregrosa
Browse files

Issue #3409483 by Grimreaper, bunthorne: Recompile CSS of the subtheme...

Issue #3409483 by Grimreaper, bunthorne: Recompile CSS of the subtheme example. Update README.md for Bootstrap installation instructions.
parent b00c318f
No related branches found
No related tags found
1 merge request!160Issue #3409483 by Grimreaper, bunthorne: Recompile CSS of the subtheme...
......@@ -71,9 +71,9 @@ composer.json can be like:
```json
{
"require": {
"bower-asset/bootstrap": "5.3.0",
"composer/installers": "2.*",
"oomphinc/composer-installers-extender": "2.*"
"oomphinc/composer-installers-extender": "2.*",
"npm-asset/bootstrap": "5.3.2"
},
"repositories": {
"asset-packagist": {
......@@ -98,6 +98,8 @@ composer.json can be like:
}
```
This version of Bootstrap will only contain compiled CSS/JS and SASS files.
### Repository
Example:
......@@ -105,7 +107,7 @@ Example:
```json
{
"require": {
"bower-asset/bootstrap": "5.3.0",
"asset/bootstrap": "5.3.2",
"composer/installers": "2.*"
},
"repositories": {
......@@ -113,15 +115,15 @@ Example:
"type": "package",
"package": {
"name": "asset/bootstrap",
"version": "5.3.0",
"version": "5.3.2",
"type": "drupal-library",
"extra": {
"installer-name": "bootstrap"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/60098ac499d30aa50575b0b7137391c06ef25429",
"reference": "60098ac499d30aa50575b0b7137391c06ef25429"
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/344e912d04b5b6a04482113eff20ab416ff01048",
"reference": "344e912d04b5b6a04482113eff20ab416ff01048"
}
}
}
......@@ -135,3 +137,6 @@ Example:
}
}
```
This version will contain compiled CSS/JS and SASS files as well as all the
files used on for the development of Bootstrap.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment