Dmitry
Dmitry

Reputation: 167

Meteor files naming convention that will prevent it from processing?

Is there anything I can do to temporarily turn off some files in my project tree without commenting lines inside of it? (and without deleting it as well)?

I've heard only about file order but nothing about ignore convention.

Upvotes: 0

Views: 73

Answers (2)

Matt K
Matt K

Reputation: 4946

Kriegslustig has a great option. Another viable option is to drag those files to the test folder, which meteor ignores.

Upvotes: 1

halbgut
halbgut

Reputation: 2386

Not a documented one. But you could just rename them to filename._js

Upvotes: 1

Related Questions