Exemplo n.º 1
0
func (*coffeec) Install() error {
	return computil.NPMInstall("coffee-script", "uglify-js")
}
Exemplo n.º 2
0
Arquivo: less.go Projeto: Szewek/ghul
func (*lessc) Install() error {
	return computil.NPMInstall("less", "less-plugin-clean-css")
}