Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
mihawk committed Nov 4, 2016
1 parent 3c5deb3 commit 21c7a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion priv/basic/rebar2.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
,{naga, [ {enable, true}
,{app, "{{appid}}" }
,{view_dir, ["src", "view"]}
,{extension, [{".js", "_js"},{".css","_css"},{".json","_json"},{".txt","_txt"}]}
,{extensions, [{".js", "_js"},{".css","_css"},{".json","_json"},{".txt","_txt"}]}
,{auto_escape, false}
]}
]}.
2 changes: 1 addition & 1 deletion priv/bossdb/rebar2.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
,{naga, [ {enable, true}
,{app, "{{appid}}" }
,{view_dir, ["src", "view"]}
,{extension, [{".js", "_js"},{".css","_css"},{".json","_json"},{".txt","_txt"}]}
,{extensions, [{".js", "_js"},{".css","_css"},{".json","_json"},{".txt","_txt"}]}
,{auto_escape, false}
]}
]}.

0 comments on commit 21c7a3c

Please sign in to comment.