Skip to content

Commit

Permalink
major update
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Apr 15, 2019
1 parent ace1f3c commit dfc624e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This library is aimed at bringing the modern development tools to the [Eightshift WordPress Boilerplate](https://github.com/infinum/wp-boilerplate), but you can use it on any WordPress project.

It uses central service instantiator that instatiates all classes that obey single responsibility principle (SRP). Every class is responsible for registering it's own hooks. This provides a more testable environment for your project.
It uses central service instantiator that instatiates all classes that obey single responsibility principle (SRP). Every class is responsible for registering its own hooks. This provides a more testable environment for your project.

We provide some helpers, abstract classes, interfaces and abstractions on original WordPress functionlality to help you write more modern code.

Expand Down
1 change: 0 additions & 1 deletion src/assets/class-manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ protected function get_manifest_url() : string {
return get_template_directory() . '/skin/public/manifest.json';
}


/**
* Fetches manifest.json data from get_manifest_url() location, parses and returns as a sanitized array.
* Generally, you would assign this data to a global variable or some helper that is going to be used in the application to fetch assets data.
Expand Down

0 comments on commit dfc624e

Please sign in to comment.