1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-10 15:50:03 +01:00
password-manager-mirror/scripts/builder/frontends/gamma_mobileBuilder.py
2013-08-30 23:23:42 +02:00

13 lines
263 B
Python

from frontendBuilder import FrontendBuilder
class Gamma_MobileBuilder(FrontendBuilder):
def name(self):
return "/gamma.mobile builder"
def projectResourceTypes (self):
return ['js', 'css', 'images']
def copyStaticResources (self, targetFolder):
pass