| 程序包 | 说明 |
|---|---|
| cn.dreampie.common.plugin.coffeescript.compiler |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,CoffeeSource> |
CoffeeSource.getImports()
Returns the LESS sources imported by this LESS source.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
CoffeeCompiler.compile(CoffeeSource input) |
void |
CoffeeCompiler.compile(CoffeeSource input,
File output)
Compiles the input
CoffeeSource to CSS and writes it to the specified output File. |
void |
CoffeeCompiler.compile(CoffeeSource input,
File output,
boolean force)
Compiles the input
CoffeeSource to CSS and writes it to the specified output File. |
Copyright © 2014. All rights reserved.