You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed "ImportJS: fix all imports" in Sublime (error was something like try_process': unknown option--fix' (Slop::UnknownOption)`)
Improved documentation for Sublime
Breaking change: The default Sublime setting for executable has changed to just import-js, from previously being ~/.rbenv/shims/import-js. If you were relying on the rbenv path, you need to override the executable setting with a full path to the import-js executable. Create or edit <path-to-sublime>/Packages/User/ImportJS.sublime-settings with something that looks like this:
This version contains some checks to make sure that the import-js gem is installed and available. It also adds some messaging to when the plugin is installed via Package Control.