rittenhop-ghost/versions/5.94.2/node_modules/express-hbs/example/views/partials/scripts.hbs

6 lines
204 B
Handlebars
Raw Normal View History

{{#if production}}
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
{{else}}
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js"></script>
{{/if}}