Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #166 from shaal/patch-1
Browse files Browse the repository at this point in the history
Drupal 8 does not support disabling modules/themes
  • Loading branch information
Evan Willhite committed Oct 24, 2017
2 parents c5b5c74 + 0a7354a commit c0bea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install with Yarn:
3. **Optional**: Create cloned theme `drush emulsify "THEME NAME"` (You may need to run `drush cc drush` to clear the drush cache. Also, you can run `drush help emulsify` for other available options)
4. If you created a cloned theme, `cd web/themes/custom/THEME_NAME/`. If not, `cd web/themes/contrib/emulsify/`
5. `npm install` or `yarn install`
6. If you created a cloned theme, disable the original Emulsify theme `drush dis emulsify -y` and enable your new theme in Drupal and set to default.
6. If you created a cloned theme, disable the original Emulsify theme `drush pmu emulsify -y` and enable your new theme in Drupal and set to default.

If you're not using a Composer-based Drupal install (e.g. tarball download from drupal.org) installation [instructions can be found on the Wiki](https://github.com/fourkitchens/emulsify/wiki/Installation).

Expand Down

0 comments on commit c0bea09

Please sign in to comment.