Hi. Trying app under meteor-1.3-modules-beta.8 and i’ve local package (from https://github.com/perak/codemirror ) under directory packages which has some extra html files (documentation) which are not imported using api.add_files in package.js and still meteor complaints about the htmls (not being valid blaze templates i guess).
Is this a known issue? Or is there api.exclude or something nowadays ?
E.g.
=> Errors prevented startup:
While processing files with templating (for target web.browser):
packages/perak:codemirror/lib/codemirror/mode/index.html:1: Can't set DOCTYPE here. (Meteor sets <!DOCTYPE html> for you)
packages/perak:codemirror/lib/codemirror/mode/apl/index.html:1: Can't set DOCTYPE here. (Meteor sets <!DOCTYPE html> for you)
packages/perak:codemirror/lib/codemirror/mode/asterisk/index.html:1: Can't set DOCTYPE here. (Meteor sets <!DOCTYPE html> for you).
....