Skip to content

Commit

Permalink
Merge pull request #151 from ajitbohra/patch-1
Browse files Browse the repository at this point in the history
Remove 'wp-blocks' from style dependency
  • Loading branch information
schlessera authored May 19, 2018
2 parents 3f7b616 + e704079 commit 0dfa5e9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions templates/block-php.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ function {{machine_name}}_block_init() {
{{#theme}}
get_template_directory_uri() . "/blocks/$editor_css",
{{/theme}}
array(
'wp-blocks',
),
array(),
filemtime( "$dir/$editor_css" )
);

Expand All @@ -65,9 +63,7 @@ function {{machine_name}}_block_init() {
{{#theme}}
get_template_directory_uri() . "/blocks/$style_css",
{{/theme}}
array(
'wp-blocks',
),
array(),
filemtime( "$dir/$style_css" )
);

Expand Down

0 comments on commit 0dfa5e9

Please sign in to comment.