Sublime Forum

Build selection based on file extension?

#1

If have a project that contains mostly javascript files (it’s a dojo, express, node project). For the UI tests I’m using Watir with Ruby. No I would like to select the build based on the file extension. This would allow me to run my javascript tests if I’m currently working on a mocha tests or run my RSpec tests if I’m currently working on my UI tests.

Is this possible ?

Regards
Roger

0 Likes

#2

I found the information in the docs. (“selector”: “source.ruby” e.g.)

Regards
Roger

0 Likes