repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8387cd3
)
Rename ts grunt task.
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 13 Feb 2021 18:08:11 +0000
(19:08 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 13 Feb 2021 18:08:11 +0000
(19:08 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Gruntfile.js
patch
|
blob
|
blame
|
history
diff --git
a/Gruntfile.js
b/Gruntfile.js
index eeaeb558884a885df61876c18864d9e0371759f0..c42c9a5643332cae9f72027a0742c6f5f1c2e27e 100644
(file)
--- a/
Gruntfile.js
+++ b/
Gruntfile.js
@@
-6,7
+6,7
@@
module.exports = function(grunt) {
buildWatch: {
watch: './src',
},
-
pro
d: {}
+
buil
d: {}
},
mkdir: {
assets: {
@@
-33,5
+33,5
@@
module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-mkdir');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-ts');
- grunt.registerTask('default', ['clean:build', 'ts:
pro
d', 'mkdir:assets', 'copy:assets']);
+ grunt.registerTask('default', ['clean:build', 'ts:
buil
d', 'mkdir:assets', 'copy:assets']);
};