[SalesForce] Deploying static resources with MavensMate

In Eclipse, when I want to deploy some static resources I've been working on, I do the following:

Right click on the build.xml file -> Run As -> Ant build… -> deploy.static.resources

In my MavensMate, what is the equivalent SVN command to deploy my static resources?

Best Answer

Try this

mavensmate new-resource-bundle path/to/my/static/resource

mavensmate deploy-resource-bundle path/to/my/resource/bundle

Follow this tutorial fore more details.

Related Topic