Skip to content

Commit 2ad10e9

Browse files
committedSep 17, 2013
doc update
1 parent 5d67f8e commit 2ad10e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When pushing to production, Grunt will compile, concat and minify your front end
3838

3939
The easiest way to have your HTML templates switch between development and production versions of your front end assets is to include some logic in your templates. An example of what this looks like is...
4040

41-
```php
41+
```html
4242
<?php if (WP_DEBUG) : ?>
4343
<script data-main="/wp-content/themes/mytheme/dev/js/main" src="/wp-content/themes/mytheme/dev/bower_components/requirejs/require.js"></script>
4444
<?php else : ?>

0 commit comments

Comments
 (0)
Please sign in to comment.