Skip to content

Commit

Permalink
Fix bug where WP Header replacement fails for ${project_lite_slug}.php
Browse files Browse the repository at this point in the history
See #95
  • Loading branch information
raamdev committed May 10, 2016
1 parent 2878624 commit 7bc7eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/psr4/targets/variations/lite/prepare.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<reflexive>
<fileSet dir="${project.basedir}/.~build/${project_lite_slug}" caseSensitive="false">
<patternSet refId="_wp_token_pattern_set" />
<include pattern="${project_lite_slug}.php" />
</fileSet>
<filterChain>
<replaceRegExp>
Expand Down

0 comments on commit 7bc7eb3

Please sign in to comment.