Skip to content

Commit

Permalink
Remove assetic dependency and component manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Mar 11, 2019
1 parent d30cd69 commit 62024f1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 298 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,6 @@ Build
Your newly generated clone of sculpin-blog-skeleton is now
accessible at `http://localhost:8000/`.

Component Management
--------------------
If you wish to install components via composer and have them automatically installed into your source directory you will need the following configuration options to your composer.json file.

- component-dir: The directory you wish the components to be installed
- components: An array of component names to be installed

```
"config": {
"component-dir": "source/components",
"components": [
"components/bootstrap",
"components/jquery",
"components/highlightjs"
]
}
```

The component manager will introspect these values to determine what it needs to copy into your source directory on `composer install`.

Previewing Development Builds
-----------------------------

Expand Down
39 changes: 0 additions & 39 deletions component-manager.php

This file was deleted.

22 changes: 1 addition & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,6 @@
],
"require": {
"sculpin/sculpin": "^2.1@dev",
"dflydev/embedded-composer": "^1.0@dev",
"kriswallsmith/assetic": "1.1.2",
"components/bootstrap": "^4.1",
"components/jquery": "^3.1",
"components/highlightjs": "^9.7"
},
"config": {
"component-dir": "source/components",
"components": [
"components/bootstrap",
"components/jquery",
"components/highlightjs"
]
},
"scripts": {
"post-install-cmd": [
"ComponentManager\\ComponentManager::postComposerInstall"
]
},
"autoload": {
"classmap": ["component-manager.php"]
"dflydev/embedded-composer": "^1.0@dev"
}
}
219 changes: 1 addition & 218 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62024f1

Please sign in to comment.