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

Commit e8f69ca

Browse files
committed
Fix built main.js ending up empty
1 parent 467da5e commit e8f69ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/USAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Options:
55
Bootstrap: Include Bootstrap for Sass
66

77
Example:
8-
yo webapp [--coffee]
8+
yo webapp
99

1010
This will create:
1111
Gruntfile.js: Configuration for the task runner.

app/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1>'Allo, 'Allo!</h1>
9191
<!-- endbuild -->
9292
<% } %>
9393

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

0 commit comments

Comments
 (0)