Skip to content

christophwolff/wordpress-cardwell-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

br-wordpress-boilerplate-theme

Install using yarn or npm (Testet with Node v8.9.1)

yarn or npm install

NPM Scripts

Build Dev Version

Set WP_DEBUG in wp-config.php to true

yarn run dev or npm run dev

Development with Browsersync

Set WP_DEBUG in wp-config.php to true

Create proxyconfig.json

Set your eviroment vars i.E.

{
  "target": "https://br-boilerplate.dev",
}

yarn run watch or npm run watch

Build a production version

Set WP_DEBUG in wp-config.php to false if you would like to check the Theme with production files

yarn run prod or npm run prod

Release

Build a production version and then push the chaned dist folder to the master.

Whats in the box

Turbolinks Details

Turbolinks Events

Load JS with

document.addEventListener("turbolinks:load", function() {
  //The JS here
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors