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
Branches
Tags
No related merge requests found
...@@ -71,9 +71,9 @@ composer.json can be like: ...@@ -71,9 +71,9 @@ composer.json can be like:
```json ```json
{ {
"require": { "require": {
"bower-asset/bootstrap": "5.3.0",
"composer/installers": "2.*", "composer/installers": "2.*",
"oomphinc/composer-installers-extender": "2.*" "oomphinc/composer-installers-extender": "2.*",
"npm-asset/bootstrap": "5.3.2"
}, },
"repositories": { "repositories": {
"asset-packagist": { "asset-packagist": {
...@@ -98,6 +98,8 @@ composer.json can be like: ...@@ -98,6 +98,8 @@ composer.json can be like:
} }
``` ```
This version of Bootstrap will only contain compiled CSS/JS and SASS files.
### Repository ### Repository
Example: Example:
...@@ -105,7 +107,7 @@ Example: ...@@ -105,7 +107,7 @@ Example:
```json ```json
{ {
"require": { "require": {
"bower-asset/bootstrap": "5.3.0", "asset/bootstrap": "5.3.2",
"composer/installers": "2.*" "composer/installers": "2.*"
}, },
"repositories": { "repositories": {
...@@ -113,15 +115,15 @@ Example: ...@@ -113,15 +115,15 @@ Example:
"type": "package", "type": "package",
"package": { "package": {
"name": "asset/bootstrap", "name": "asset/bootstrap",
"version": "5.3.0", "version": "5.3.2",
"type": "drupal-library", "type": "drupal-library",
"extra": { "extra": {
"installer-name": "bootstrap" "installer-name": "bootstrap"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/60098ac499d30aa50575b0b7137391c06ef25429", "url": "https://api.github.com/repos/twbs/bootstrap/zipball/344e912d04b5b6a04482113eff20ab416ff01048",
"reference": "60098ac499d30aa50575b0b7137391c06ef25429" "reference": "344e912d04b5b6a04482113eff20ab416ff01048"
} }
} }
} }
...@@ -135,3 +137,6 @@ Example: ...@@ -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