mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-17 11:57:02 +01:00
Fixed build scripts to correctly handle manifest.appcache
This commit is contained in:
@@ -10,7 +10,7 @@ class GammaBuilder(FrontendBuilder):
|
||||
return ['js', 'css', 'images']
|
||||
|
||||
# def copyStaticResources (self, targetFolder):
|
||||
def copyResourcesToFolder (self, targetFolder):
|
||||
def copyResourcesToFolder (self, targetFolder, backendSettings):
|
||||
self.copyResources(self.projectDir, targetFolder, 'images')
|
||||
|
||||
resourcesToCopy = [
|
||||
|
||||
Reference in New Issue
Block a user