Delete less cache from partial-clean task

This commit is contained in:
Kevin Sawicki
2013-09-16 12:32:36 -07:00
parent ad381087dd
commit c8fc7b8400
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ LessCache = require 'less-cache'
module.exports =
class LessCompileCache
_.extend @prototype, require('subscriber')
_.extend @prototype, require('./subscriber')
@cacheDir: '/tmp/atom-compile-cache/less'