2.0.0 • Published 4 years ago

live-command v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Marco Bruijns

Marco Bruijns Marco Bruijns Marco Bruijns Marco Bruijns

NPM

Wordpress theme compiler. Make your theme ready for live.

Install

Install the package through npm package manager.

npm install --save-dev live-command

In your package.json under scripts add the following code:

"live": "node node_modules/cross-env/src/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js && node node_modules/live-command/src/index.js"

Usage

If you want to upload your theme to ftp. Compress your theme for faster upload.

npm run live
1.0.7

4 years ago

2.0.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago