sidewaysnyc / sw-classic
Sideways Classic functionality
Installs: 4 428
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-03-29 00:51:00 UTC
README
Install and build dependencies
- Run
npm install
to install dependencies - Run
npm start
to compile assets with watcher - Run
npm run build
to compile the assets production ready
Note: Once you finished development build and commit the files on dist/
directory, this is configured to work with not hashes naming in order to import it on AdminAssets.php
file