Branch


Log

Author Commit Date CI Message
Thomas de Grivel 89203327 2019-10-06T16:03:39 style
Thomas de Grivel e833f446 2019-10-06T16:02:59 Fix loading "node_modules/svg.js/"
Thomas de Grivel b716ebdf 2019-10-06T16:01:38 Do not look up assets in lib but in node_modules
Thomas de Grivel b83f3814 2019-01-07T16:35:45 fix asset compilation
Thomas de Grivel f519e06e 2019-01-03T07:52:16 fix asset compilation
Thomas de Grivel d955a65b 2019-01-01T09:18:41 fix asset compilation
Thomas de Grivel 160d346b 2017-06-21T11:12:40 untabify
Thomas de Grivel 534b755d 2017-06-21T11:02:31 fix rol-extensions defpackage warnings
Thomas de Grivel 83782bf7 2017-03-05T12:18:35 Use /etc/mime.types and predefine some extensions.
Thomas de Grivel 1ae8f78b 2017-03-05T12:18:23 WIP less.js
Thomas de Grivel f186ae79 2017-03-05T12:17:58 Call less by command line.
Thomas de Grivel cf03e3cc 2017-03-04T19:15:41 Replace files on asset precompile.
Thomas de Grivel 4e515e32 2017-02-26T12:56:45 revert dependency on positional
Thomas de Grivel dfc5300c 2015-07-02T13:50:33 Make digest file use sha1 which yields 27 chars in base64uri.
Thomas de Grivel 7b962ccd 2015-06-30T01:38:13 Fix css asset urls.
Thomas de Grivel 637d3596 2015-06-29T21:09:50 Make assets depend on RE.
Thomas de Grivel 5d6027e1 2015-06-27T19:22:34 Substitue asset urls in CSS and LESS : url('asset:foo.jpg') => (asset-url foo.jpg).
Thomas de Grivel bda89b65 2015-06-24T18:04:57 Digest and gzip assets at precompilation.
Thomas de Grivel 3d640f89 2015-06-23T16:00:15 Add support for woff2 fonts.
Thomas de Grivel e1a0e195 2015-06-23T00:49:23 Lint JS.
Thomas de Grivel df4e128a 2015-06-20T07:25:31 Use UglifyJS for assets compilation.
Thomas de Grivel f98fc461 2015-04-09T14:23:49 triangle -> rol
Thomas de Grivel c99bdfb9 2015-04-09T14:16:25 License headers.
Thomas de Grivel 9de70f13 2015-04-09T12:38:32 Export symbols.
Thomas de Grivel d44d649b 2015-04-08T18:17:08 Fix deadlock on missing assets directory.
Thomas de Grivel ee4dfd43 2015-04-08T15:40:30 Rename RoL packages.
Thomas de Grivel ef6d3de9 2015-03-26T08:51:44 WIP coffeescript
Thomas de Grivel 03d1cc93 2015-03-26T08:50:57 Use CFG.
Thomas de Grivel 3af4ae27 2015-03-26T08:50:47 Add support for standalone asset generation.
Thomas de Grivel d0d0b931 2014-10-31T14:40:28 Add FIXME.
Thomas de Grivel 598d0a68 2014-10-16T15:52:33 Cannot minify JS this way.
Thomas de Grivel 45ee18a4 2014-10-16T15:41:03 Find assets using spec extension only if the extension is found in class extensions when class is given.
Thomas de Grivel bacd45f9 2014-09-09T01:00:41 Raise an error when required asset is not found during preprocessing.
Thomas de Grivel 68c388e9 2014-07-22T06:07:12 Read stdin using mbostock's rw
Thomas de Grivel d850fbef 2014-07-18T05:32:25 Move less JS code into less.js
Thomas de Grivel 3a2b7aff 2014-06-10T20:15:28 Fix H returning NIL on empty string.
Thomas de Grivel 1237f84e 2014-05-27T18:57:30 Fix ordering of assets returned by find-assets.
Thomas de Grivel a8dc498c 2014-05-27T18:56:37 Make asset-write-date return -1 when one of the sources is missing.
Thomas de Grivel 250c147b 2014-05-11T16:15:53 Ignore assets filenames starting with a dot.
Thomas de Grivel da938933 2014-04-02T20:05:31 Use CL-DEBUG.
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 2a116c7a 2014-03-06T01:33:46 Add sugar coating to get mime-type from pathname designators extension.
Thomas de Grivel aed31980 2014-03-03T18:10:46 Cache asset metadata.
Thomas de Grivel 1aecacc1 2014-03-01T19:36:38 Fix ASSET-WRITE-DATE for LESS assets, root asset file was not taken in account.
Thomas de Grivel c4335b89 2014-01-13T13:52:01 Fix ASSET-WRITE-DATE for .less files.
Thomas de Grivel 9dbf8460 2014-01-06T03:07:27 Reduce debug log.
Thomas de Grivel 8b5be5ef 2014-01-06T03:07:04 Optimize assets url and path templates.
Thomas de Grivel 786bf9c9 2013-12-23T10:23:34 Export extension and mime-type symbols.
Thomas de Grivel 3aa21ed7 2013-12-23T06:33:59 Fix mime.types parser.
Thomas de Grivel 327876cc 2013-12-22T00:25:07 Add JSON.
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 808ac071 2013-12-17T18:11:50 Fix compilation
Thomas de Grivel 4d6889fe 2013-12-17T17:48:43 Look for assets in vendor/assets/*/.
Thomas de Grivel e805feb2 2013-12-16T22:11:27 Change *asset-{url,path}-prefix* to *assets-{url,path}-template*.
Thomas de Grivel 01251b14 2013-12-10T12:38:24 Implement ASSET-INCLUDE.
Thomas de Grivel a5cd13a5 2013-12-10T12:37:38 ws
Thomas de Grivel 4fb406ce 2013-12-10T12:32:59 Flatten all code from L>assets.precompile into L>assets.
Thomas de Grivel 250fde78 2013-12-03T06:04:12 asset-html-include
Thomas de Grivel 04e47c4f 2013-11-27T13:26:16 Allow compiling asset to stream.
Thomas de Grivel 7a4fcbaa 2013-11-04T09:40:00 fix processing with symlinks
Thomas de Grivel 1d3fb471 2013-11-04T09:39:20 ws
Thomas de Grivel 42a533ec 2013-11-04T09:38:50 use triangle_include to debug js includes
Thomas de Grivel 4350f89c 2013-11-04T09:36:02 allow compiling to stream
Thomas de Grivel a7f069c1 2013-11-04T08:36:31 move #'str to L>uri
Thomas de Grivel 7423f757 2013-08-08T09:21:44 use external jsmin
Thomas de Grivel 33c9aab8 2013-08-06T15:29:54 refactor assets and update triangle path
Thomas de Grivel 0709661f 2012-12-21T19:04:46 add "assets/*/" to default *assets-dirs*
Thomas de Grivel f6b19bc4 2012-12-21T19:03:47 split from lowh-triangle-server