Thank you for this great package!
Do you think its possible to add support for file globs and a watch flag, similar to cpx? We would like to use the compiler for a watch task that keeps the file tree structure. Unfortunately we cannot apply webpack or browserify.
vue-compiler src/main/js/**/*.{vue} target/my-project/js/ -watch
Looking at the coffee script file, I think it would be quite easy to support glob patterns, but I'm not sure about watching. Are there any intentions to continue developing the package towards these things?
Thank you for this great package!
Do you think its possible to add support for file globs and a watch flag, similar to cpx? We would like to use the compiler for a watch task that keeps the file tree structure. Unfortunately we cannot apply webpack or browserify.
vue-compiler src/main/js/**/*.{vue} target/my-project/js/ -watchLooking at the coffee script file, I think it would be quite easy to support glob patterns, but I'm not sure about watching. Are there any intentions to continue developing the package towards these things?