find.lisp


Log

Author Commit Date CI Message
Thomas de Grivel 1237f84e 2014-05-27T18:57:30 Fix ordering of assets returned by find-assets.
Thomas de Grivel 250c147b 2014-05-11T16:15:53 Ignore assets filenames starting with a dot.
Thomas de Grivel 94e68a61 2014-03-07T02:04:10 Fix FIND-ASSET picking wrong extension in case of multiple files with same asset type and different extensions.
Thomas de Grivel aed31980 2014-03-03T18:10:46 Cache asset metadata.
Thomas de Grivel c4335b89 2014-01-13T13:52:01 Fix ASSET-WRITE-DATE for .less files.
Thomas de Grivel 2d8adda1 2013-12-21T20:19:06 Refactor extensions as symbols. New MIME-TYPE generic function for assets and extensions. Parse mime.types files like those from apache or nginx and try to parse these files if they exist at run time.
Thomas de Grivel 8fa87936 2013-12-17T18:15:30 Provide asset observers for caching. Added ASSET-WRITE-DATE and ASSET-SOURCES, and unexported PREPROCESS-ASSET.
Thomas de Grivel 01251b14 2013-12-10T12:38:24 Implement ASSET-INCLUDE.
Thomas de Grivel 4fb406ce 2013-12-10T12:32:59 Flatten all code from L>assets.precompile into L>assets.
Thomas de Grivel 33c9aab8 2013-08-06T15:29:54 refactor assets and update triangle path
Thomas de Grivel f6b19bc4 2012-12-21T19:03:47 split from lowh-triangle-server