Skip to content

Commit 1e870a8

Browse files
committed
Moved dependency docs to wiki
1 parent 4c5072c commit 1e870a8

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,6 @@ If you want to install Carbon Fields as a [dependency](https://github.com/dmhend
4747
$ composer require htmlburger/carbon-fields
4848
```
4949

50-
### NPM
51-
52-
1. Modify `package.json` to suit your needs. Specifically, change the `config` section.
53-
1. Run `npm install` to install dependencies.
54-
55-
### Bower
56-
57-
This step is only necessary for the "Clear Cache" Ajax example. Whether or not you choose to use Bower is up to you. Alternatively, you may put JavaScript dependencies in `src/vendor` and enqueue `assets/js/wordpress-base-plugin-vendor.js` as needed.
58-
59-
```
60-
$ bower install
61-
```
62-
63-
### Gulp
64-
65-
Using Gulp is also optional (but recommended). If you wish to try the base plugin with all of its examples, you will need to run Gulp to process the JavaScripts:
66-
67-
```
68-
$ gulp
69-
```
70-
7150
### Next Steps
7251

7352
See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/wiki#getting-started) documentation for further steps.
@@ -80,7 +59,6 @@ This plugin loads many of its defaults & settings from `plugin.json`. See [Confi
8059

8160
#### Before 0.3.0 Pre-Release
8261

83-
* Update documentation to reflect recent changes
8462
* Add gulp task to package plugin as ZIP file; move NPM scripts to gulp tasks
8563
* Use [TGMPA](http://tgmpluginactivation.com/) for Carbon Fields dependency checking
8664
* Simplify/clean-up version checking in general

0 commit comments

Comments
 (0)