Kyle Cordes

Results 129 comments of Kyle Cordes

I suggest also adding a test cases to usemin: - HTML is all on one long line - HTML that been minified (but is still structurally correct) - HTML with...

Jade and minification is how we prepare production content also. Workaround: 1. Make Jade emit pretty printed HTML, which fits usemin's idea of how HTML should look very nicely. 2....

At the risk of being "that guy", I would like to point whoever might work on this in the direction of the following classic Stack Overflow page. It answers the...

(It would also be very nice to have this bug fixed.)

Unfortunately, I still see the same problem, with [org.clojure/clojurescript "0.0-2665"]. If the main output JS does not need to be built, the dependency files (goog*), are not generated if they...

I did not try it with latest master yet; I have done that in the past and need to dig up how to do it.

CLJS Commit faf6d3849e74b7f2408916a918fcc8ed43f085ac, build 2692. I get the same result as before. If the main output JavaScript file does not need rebuild, none of the contents of the :output-dir get...

Very good, in the sense it means there is not a problem with ClojureScript...

Same scenario, same error here.