mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-17 11:57:02 +01:00
Interim synchronization with internal repository
This is an intermir commit to share what is going on with the development of the new /delta version.
This commit is contained in:
@@ -9,10 +9,13 @@ class GammaBuilder(FrontendBuilder):
|
||||
def projectResourceTypes (self):
|
||||
return ['js', 'css', 'images']
|
||||
|
||||
def copyStaticResources (self, targetFolder):
|
||||
# def copyStaticResources (self, targetFolder):
|
||||
def copyResourcesToFolder (self, targetFolder):
|
||||
self.copyResources(self.projectDir, targetFolder, 'images')
|
||||
|
||||
resourcesToCopy = [
|
||||
# {'folder': 'html', 'source': 'exit_template.html', 'target': 'exit.html'},
|
||||
{'folder': 'html', 'source': 'exit_template.html', 'target': 'logout.html'},
|
||||
{'folder': 'html', 'source': 'exit_template.html', 'target': 'exit.html'},
|
||||
# {'folder': 'html', 'source': 'exit_template.html', 'target': 'logout.html'},
|
||||
{'folder': 'css', 'source': 'static.css', 'target': 'static.css'}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user