Updated build script to handle 'checksum' target
The build script can now be invoked, for example, with the following options: > ./scripts/build checksum --frontend beta gamma
This commit is contained in:
8
scripts/builder/backends/devBuilder.py
Normal file → Executable file
8
scripts/builder/backends/devBuilder.py
Normal file → Executable file
@@ -18,14 +18,6 @@ class DevBuilder(BackendBuilder):
|
||||
return 'dev'
|
||||
|
||||
|
||||
# def frontEndTempFolder (self):
|
||||
# return os.path.join(self.tempFolder(), 'src', 'main', 'webapp')
|
||||
|
||||
|
||||
# def targetFolder (self):
|
||||
# return self.projectTargetDir
|
||||
|
||||
|
||||
def compileCode (self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user