app_generators/coherent/templates/@name@.jsproj.erb in coherent-0.6.8 vs app_generators/coherent/templates/@name@.jsproj.erb in coherent-0.6.9
- old
+ new
@@ -1,9 +1,10 @@
name: <%=name%>
version: 1.0.0
notice: src/NOTICE
type: application
+export: <%=name%>
external:
- name: coherent
path: ext/coherent
repository: https://github.com/jeffwatkins/coherent.git
@@ -11,10 +12,13 @@
include:
- coherent
source:
- src/index.html
- - src/js/<%=name%>.js
- - src/js
- - src/nibs
+
- src/css/reset.css
- src/css/<%=name%>.css
+
+ - src/nibs
+
+ - src/js/<%=name%>.js
+ - src/js