UNPKG
flour
Version:
latest (0.5.8)
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
0.0.1
Javascript build tools based on coffee-script & cake
ricardobeat/cake-flour
flour
/
lib
/
errors.coffee
6 lines
(5 loc)
•
165 B
text/coffeescript
View Raw
1
2
3
4
5
6
errors =
NOT_FOUND
:
"File not found."
NO_MATCH
:
"No files match."
for
err, msg of errors
module
.exports[err] = (file) -> new
Error
"
#{msg}
(
#{file}
)"