Skip to content

Commit

Permalink
Assorted small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvit committed Dec 3, 2012
1 parent 8258844 commit a352c77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/projects/fileopts.iced
Expand Up @@ -28,6 +28,9 @@ class FileOptions extends R.Model
initialized: { type: Boolean }
enabled: { type: Boolean }

outputNameMask: { type: String }
outputDir: { type: String }


# **/*.coffee -> **/*.js
# **/*.sass -> **/*.css
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/rule.iced
Expand Up @@ -15,7 +15,7 @@ class Rule extends R.Model
class FileToFileRule extends Rule

schema:
action: { type: 'object' }
action: { type: Object }
sourceSpec: { type: String }
destSpec: { type: String }

Expand Down

0 comments on commit a352c77

Please sign in to comment.