UNPKG

160 BPlain TextView Raw
1cakepop = require "./cakepop"
2
3task "dev:coffeelint", "Run CoffeeScript style checks.", ->
4 cakepop.style.coffeelint [
5 "Cakefile"
6 "cakepop.coffee"
7 ]