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,7 +9,10 @@ class BetaBuilder(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')
|
||||
|
||||
for file in self.filterFiles(self.settings['staticResources']):
|
||||
src = self.absolutePathForSourceFile('staticResources', file)
|
||||
dst = self.absolutePathForTargetFile(targetFolder, '', file)
|
||||
|
||||
Reference in New Issue
Block a user