1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-10 23:40:03 +01:00
password-manager-mirror/scripts/builder/frontends/gamma_mobileBuilder.py

14 lines
313 B
Python
Raw Normal View History

2013-01-08 16:12:19 +01:00
from frontendBuilder import FrontendBuilder
class Gamma_MobileBuilder(FrontendBuilder):
def name(self):
return "/gamma.mobile builder"
2013-08-30 17:56:53 +02:00
def projectResourceTypes (self):
return ['js', 'css', 'images']
# def copyStaticResources (self, targetFolder):
def copyResourcesToFolder (self, targetFolder):
2013-01-08 16:12:19 +01:00
pass