Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Fix built main.js ending up empty
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Jun 27, 2015
1 parent 467da5e commit e8f69ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Options:
Bootstrap: Include Bootstrap for Sass

Example:
yo webapp [--coffee]
yo webapp

This will create:
Gruntfile.js: Configuration for the task runner.
Expand Down
2 changes: 1 addition & 1 deletion app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>'Allo, 'Allo!</h1>
<!-- endbuild -->
<% } %>

<!-- build:js(.tmp/app) scripts/main.js -->
<!-- build:js scripts/main.js -->
<script src="scripts/main.js"></script>
<!-- endbuild -->

Expand Down

0 comments on commit e8f69ca

Please sign in to comment.