Method | Description | |
---|---|---|
__construct ( array $spec, Minify_CacheInterface $cache ) | ||
getContent ( ) : string | Get content | |
getLastModified ( ) : integer | Get last modified of all parsed files |
Method | Description | |
---|---|---|
cacheIsStale ( array $cache ) : boolean | Determine whether .scss file needs to be re-compiled. | |
compile ( string $filename ) : array | Compile .scss file | |
getCache ( ) : array | Get SCSS cache object | |
getCacheId ( string $prefix = 'minify' ) : string | Make a unique cache id for for this source. |
public __construct ( array $spec, Minify_CacheInterface $cache ) | ||
$spec | array | |
$cache | Minify_CacheInterface |
public getLastModified ( ) : integer | ||
return | integer |