Kevin Sawicki
f8727ffa6f
Store compile cache in ~/.atom/compile-cache
2014-04-23 10:59:23 -07:00
Kevin Sawicki
87afa50477
💄 Add space after comma
2014-04-17 18:35:54 -07:00
Kevin Sawicki
2e71e2fa4b
Remove unneeded mkdir call
2014-04-17 18:34:59 -07:00
Kevin Sawicki
b537ba8864
Use fs-plus isFileSync method
2014-04-17 18:34:10 -07:00
Kevin Sawicki
c156119882
Store compiled coffee files with js extension
2014-04-17 18:32:22 -07:00
Kevin Sawicki
47f99cd74e
Store coffee/cson cache in ~/.atom/compile-cache
2014-04-17 18:32:22 -07:00
Cheng Zhao
d13d2d3112
Generate source map in coffee-cache.
2014-01-22 14:36:50 +08:00
Cheng Zhao
640b6feb49
💄 The atom object is no accessable in browser process.
2013-10-21 21:59:03 +08:00
Cheng Zhao
558778b4d4
Add atom.getTempDirPath to return the path of "system temporary directory".
2013-10-21 21:39:52 +08:00
Kevin Sawicki
8f2770d084
Prevent overriding coffee cache once registered
...
Previously this was done afterwards in index.html and task.coffee
but should really be handled by the cache itself so any module
require a different version of coffee-script are not reregistering
a different require extension handler.
2013-10-04 09:25:31 -07:00
Kevin Sawicki
8be254c878
Export a register method from coffee-cache
...
This allows it to be required without having any side effects which
is needed for the clean task that just wanted to remove the cache
directory.
2013-10-04 09:20:46 -07:00
Kevin Sawicki
80e4e5f2cd
🐎 Use fs.statSyncNoException in coffee-cache
2013-10-02 18:18:01 -07:00
Kevin Sawicki
f4266b5f6a
🐎 Cache compiled CSON files
...
This configures season to use a cache directory similar to the
coffee cache so that dev windows don't have to recompile CSON file
on each load.
This shaves hundreds of milliseconds off of the dev window load time.
The cached CSON files are located in /tmp/atom-compile-cache/cson
2013-09-21 10:41:13 -07:00
Kevin Sawicki
31a5ec62fd
Delete cache dir exported by coffee-cache in clean task
2013-09-09 18:56:15 +01:00
Kevin Sawicki
6b00e01c60
💄
2013-09-09 18:56:15 +01:00
Kevin Sawicki
bc76b70552
Add SHA-1 based CoffeeScript compile cache
...
This restores the require cache that was used pre-node integration
2013-09-09 18:56:15 +01:00