summaryrefslogtreecommitdiff
path: root/scripts/builder/frontends/gamma_mobileBuilder.py
Unidiff
Diffstat (limited to 'scripts/builder/frontends/gamma_mobileBuilder.py') (more/less context) (ignore whitespace changes)
-rw-r--r--scripts/builder/frontends/gamma_mobileBuilder.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/builder/frontends/gamma_mobileBuilder.py b/scripts/builder/frontends/gamma_mobileBuilder.py
index f2e80c9..677a2b0 100644
--- a/scripts/builder/frontends/gamma_mobileBuilder.py
+++ b/scripts/builder/frontends/gamma_mobileBuilder.py
@@ -5,5 +5,8 @@ class Gamma_MobileBuilder(FrontendBuilder):
5 def name(self): 5 def name(self):
6 return "/gamma.mobile builder" 6 return "/gamma.mobile builder"
7 7
8 def projectResourceTypes (self):
9 return ['js', 'css', 'images']
10
8 def copyStaticResources (self, targetFolder): 11 def copyStaticResources (self, targetFolder):
9 pass 12 pass