optimus
optimus copied to clipboard
A Ring middleware for frontend performance optimization.
Hi! This is not really a bug but more of a question, apologies up front if there is a better place for this sort of thing and I will take...
With this directory structure: ``` txt resources/js/bootstrap.js resources/js/google-analytics.js resources/js/jquery-1.11.1.js resources/static/gemmy/gemmy.js resources/static/gemmy/phaser.js ``` I had this line of code: ``` clojure (optimus.assets/load-bundle "js" "all.js" [#".*\.js"]) ``` Which I expected to match...
Running optimus inside Datomic Ions, I was getting an exception "zip file is empty". With this patch, get-jar-paths returns [] if there is any problem opening the zip file. If...
thanks for writing optimus! It would be nice if the clean-css dependency could be upgraded to the latest version, as it contains some bugfixes regarding attribute merging etc.
Would be nice to avoid the trouble with binaries, and also get support on windows.
When using Optimus with Boot, I get this error: ``` clojure.lang.Compiler$CompilerException: java.lang.UnsatisfiedLinkError: Native Library /private/var/folders/t2/kbjbdrwd5dzf_hh9gjfnz_b00000gn/T/libv8.dylib.clj-v8 already loaded in another classloader, compiling:(v8/core.clj:36:1) java.lang.UnsatisfiedLinkError: Native Library /private/var/folders/t2/kbjbdrwd5dzf_hh9gjfnz_b00000gn/T/libv8.dylib.clj-v8 already loaded in another classloader...
https://bitsup.blogspot.no/2016/05/cache-control-immutable.html Maybe this would be a nice feature. Should it be opt-in?
Assets like images that are used in the sass files such as `background-image: url('../img/this-asset.png');`do not load properly when a contextual path is in use. For example if my site renders...
Instead of listing all the files in all the JARs on the classpath (with exception of `~/.m2/...` which, btw, makes testing assets in such JARs on the REPL impossible), this...
Not sure what info I can provide, but this is the file that uses Optimus: ``` clojure (ns fynder.exporter (:require [clojure.java.io :as io] [clojure.string :refer [replace]] [net.cgrand.enlive-html :as enlive :refer...