lib/vendor.yml in extjs-0.1.2 vs lib/vendor.yml in extjs-0.1.3
- old
+ new
@@ -1,8 +1,19 @@
-name: extjs
+# Defines the build order of Ext MVC. Comments indicated with a hash.
+# Each line denotes either a single file, or a directory glob. If a glob, all matching files are included
+# (unless they have already been defined)
+name: ext
+
+version: 3.1.1
+
+dependencies:
+
+host: http://extjs.cachefly.net
+
javascripts:
- adapter/ext/ext-base.js
- ext-all.js
-
+
stylesheets:
-- resources/css/ext-all.css
\ No newline at end of file
+- resources/css/ext-all.css
+