Fixed build scripts to correctly handle manifest.appcache

This commit is contained in:
Giulio Cesare Solaroli
2015-09-10 15:13:26 +02:00
parent a19c9c6ee4
commit e161d4d46b
8 changed files with 11 additions and 10 deletions

View File

@@ -9,5 +9,5 @@ class Gamma_MobileBuilder(FrontendBuilder):
return ['js', 'css', 'images']
# def copyStaticResources (self, targetFolder):
def copyResourcesToFolder (self, targetFolder):
def copyResourcesToFolder (self, targetFolder, backendSettings):
pass