mozilla / fireplay-sublime

A fantastic plugin connecting your favorite editor with your favorite web debugger
48 stars 9 forks source link

Extensions to watch should be into the user settings #12

Closed nicola closed 10 years ago

nicola commented 10 years ago

FireplayCssReloadOnSave should look at files specified in the user settings to enable users to add their own file to watch.

if not re.search("\\.(css|js|sass|less|scss|styl)$", view.file_name()):
nicola commented 10 years ago

Closed 6f030bc