Skip to content

Commit

Permalink
added exclusions to js generation rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
andrequina committed Jul 17, 2012
1 parent 6961f8d commit 392088b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/convert.rake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ namespace :hqmf do
f.write(gen.js_for('DENOM'))
f.write("// NUMERATOR\n")
f.write(gen.js_for('NUMER'))
f.write("// EXCLUSIONS\n")
f.write(gen.js_for('EXCL'))
f.write("// DENOMINATOR EXCEPTIONS\n")
f.write(gen.js_for('DENEXCEP'))
end
Expand Down

0 comments on commit 392088b

Please sign in to comment.