stefon icon indicating copy to clipboard operation
stefon copied to clipboard

An asset pipeline for clojure

Results 10 stefon issues
Sort by recently updated
recently updated
newest added

Have you considered supporting Nashorn javascript engine instead of v8? Is there much difference? What are the pros and cons?

Ring needs clj-time "0.6.0" while stefon depends on 0.4.4 and thats brake ring. Fix is to specify 0.6.0 depency explicit. May be it's time to update stefon so it's depends...

Including standard Bootstrap LESS source files with bootstrap.less as a starting point, the following error is thrown by `link-to-asset`: ``` V8 error: ERROR:null:null:-1: undefined TYPE: Syntax INDEX: undefined EXTRACT: ,,@import...

I want to use Stefon to serve up publicly linked to, compiled CoffeeScript files. However, this requires a static URL e.g. `/resources/my-script.js?v=1234`. Would it take to let `(link-to-asset ...)` output...

If I make a CoffeeScript syntax error, my running Compojure application maxes out CPU and spins. Exception is thrown, but the only fix seems to be to end the running...

I'm using a copy of Stefon that I checked out from the master branch. It builds and installs without issue. It works great from within my REPL environment (Cider) or...

Any idea when a stable version of stefon will be released? Not sure if this is the best way to ask the question but I figured it'd work.

Hello there, was integrating stefon in my project and got this strange error on running precompile: java.lang.ClassCastException: clojure.lang.PersistentArrayMap cannot be cast to java.lang.CharSequence at clojure.string$split.invoke(string.clj:222) at leiningen.stefon_precompile$split_ns.invoke(stefon_precompile.clj:9) at leiningen.stefon_precompile$stefon_precompile.invoke(stefon_precompile.clj:16) at...

On ubuntu 12.04, just referencing the plugin and lib as in the readme gives you the following: ``` Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library '/usr/java/packages/lib/amd64/libv8.so.clj-v8': /usr/java/packages/lib/amd64/libv8.so.clj-v8: cannot...

It makes it more convenient to tear everything down and put it back, as in the stuart sierra workflow post or jig.