Open jonasdacruz opened 10 years ago
When use
_iris resource myresource
the resource template doesn't includes the resource word in the path:
_iris.path.myresource.js
but in the iris-path json we have the resource node:
"resource" : { "my_resource" : { "js" : "/resource/my_resource.js" } }
so the app throw two errors:
Fixed! https://github.com/angelsanchez/iris-cli/commit/879953eb90386ee514917a3a934aa5bdc1be458e
When use
_iris resource myresource
the resource template doesn't includes the resource word in the path:
_iris.path.myresource.js
but in the iris-path json we have the resource node:
"resource" : { "my_resource" : { "js" : "/resource/my_resource.js" } }
so the app throw two errors: