Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
adampatterson committed Jun 5, 2019
1 parent ff4e946 commit ecb216f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"require": {

},
"autoload": {
"psr-4": { "Handle\\": "./lib" }
"require": {
},
"autoload": {
"psr-4": {
"Handle\\": "./lib"
}
}
}
8 changes: 8 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@
"oAP": "/acf-json/.gitkeep",
"oF": 0
},
"/acf-json/group_5a6a682995efd.json": {
"ft": 524288,
"oA": 1,
"oAP": "/acf-json/group_5a6a682995efd-min.json",
"oF": 0,
"oO": 0,
"oS": 1
},
"/assets/css/.gitkeep": {
"cB": 0,
"ft": 8192,
Expand Down
1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Handle\Init::register_services();
endif;


//add_filter('acf/settings/load_json', function($paths) {
// $paths = array(get_template_directory() . '/acf-json');
//
Expand Down

0 comments on commit ecb216f

Please sign in to comment.