You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,27 +47,6 @@ If you want to install Carbon Fields as a [dependency](https://github.com/dmhend
47
47
$ composer require htmlburger/carbon-fields
48
48
```
49
49
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
-
71
50
### Next Steps
72
51
73
52
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
80
59
81
60
#### Before 0.3.0 Pre-Release
82
61
83
-
* Update documentation to reflect recent changes
84
62
* Add gulp task to package plugin as ZIP file; move NPM scripts to gulp tasks
85
63
* Use [TGMPA](http://tgmpluginactivation.com/) for Carbon Fields dependency checking
0 commit comments