password-manager/scripts/builder/frontends/gamma_mobileBuilder.py
Giulio Cesare Solaroli f8da092f3d Interim synchronization with internal repository
This is an intermir commit to share what is going on with the development of the new /delta version.
2014-07-28 18:07:48 +02:00

14 lines
313 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):
def copyResourcesToFolder (self, targetFolder):
pass