Thoughts and pointers on version control would be greatly appreciated.
-
184 Points
Posted 5 years ago
Irvin Waldman, Champion
-
9,026 Points
Another one that comes to mind would be to use of the of the ideas here (http://help.skuidify.com/m/11217/l/12...) and write a script to export individual pages.
Bill McCullough, Champion
-
13,602 Points
Pat Vachon, Champion
-
45,236 Points
What is this grunt tool you speak of?
-
144 Points
You can automate things like your static resource builds, here's a great article from Dreamforce a few years back
https://kevinmohara.wordpress.com/2013/02/25/building-and-deploying-force-com-static-resources-using...
Moshe Karmel, Champion
-
8,686 Points
Moshe Karmel, Champion
-
8,686 Points

Pat Vachon, Champion
-
45,236 Points
https://github.com/joeferraro/MavensMate/issues/348
Bill McCullough, Champion
-
13,602 Points
From the screenshot you included, go to MavensMate->Settings->User. When you see the user settings file, change the 'mm_workspace' value. Here is what mine looks like:
"mm_workspace" : ["C:\Users\mccullouw1\Documents\mm","C:\Users\mccullouw1\Documents\Git"],
Bill McCullough, Champion
-
13,602 Points
Good Link on Using Mavensmate
https://tdd.instawiki.com/display/SF/Mavens+Mate+and+Git+for+Non+Developers
'Version Controlling Salesforce'
http://jessealtman.com/2014/02/version-control-versioning-salesforce/
Gitignore file for Mavensmate
https://gist.github.com/Oblongmana/7130387
Jack Sanford, Champion
-
10,100 Points
Seriously though, this is going to be key for me to be able to get hardcore Apex developers that I have to work with to take Skuid seriously.
Jack Sanford, Champion
-
10,100 Points
https://www.xgeek.net/en/salesforce/sublime-text-3-mavensmate-for-salesforce-development/
If you have trouble creating a new project like I did, and you're using Windows 8, be sure to open port 7777. Or go buy a Mac...
Irvin Waldman, Champion
-
9,026 Points
Rob Hatch, Official Rep
-
44,968 Points