I’ve been working on an app and now it’s time to style it. I was wondering how you guys are doing this. Of course I can edit the html and CSS in VS and deploy the package, but that means every little change is a new deploy = waiting. I used to do these kind of things via SPD, but that seems to be disabled for appwebs.
The only thing I can think of now (but it’s almost weekend….) is creating a static HTML page, linking the SP CSS files and doing it that way. Doable, but it really should be easier in my opinion. Any ideas?
I usually deploy it and then open it from the server directly in my editor of choice. This was possible in SharePoint 2010 and has improved with 2013.
After I have finished the design I copy the modified files back to the VS Solution.
I never tried this in the app context.