mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
npm updates
This commit is contained in:
21
Gruntfile.js
21
Gruntfile.js
@@ -230,26 +230,6 @@ module.exports = function (grunt) {
|
||||
}
|
||||
},
|
||||
replace: {
|
||||
timestamp: {
|
||||
options: {
|
||||
patterns: [
|
||||
{
|
||||
match: 'timestamp',
|
||||
replacement: '<%= new Date().getTime() %>'
|
||||
}
|
||||
]
|
||||
},
|
||||
files: [
|
||||
{
|
||||
src: 'build/tmp/html/main.html',
|
||||
dest: 'build/tmp/html/main.html'
|
||||
},
|
||||
{
|
||||
src: 'build/tmp/html/portal.html',
|
||||
dest: 'build/tmp/html/portal.html'
|
||||
}
|
||||
]
|
||||
},
|
||||
version: {
|
||||
options: {
|
||||
patterns: [
|
||||
@@ -304,5 +284,4 @@ module.exports = function (grunt) {
|
||||
'chmod',
|
||||
'clean:final'
|
||||
]);
|
||||
|
||||
};
|
||||
|
||||
2171
package-lock.json
generated
2171
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@@ -10,17 +10,17 @@
|
||||
"author": "",
|
||||
"license": "GPL-3.0",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-replace": "~0.5.1",
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
"grunt-contrib-uglify": "~3.4.0",
|
||||
"grunt-contrib-cssmin": "~0.6.2",
|
||||
"grunt-contrib-less": "~0.7.0",
|
||||
"grunt-mkdir": "~0.1.1",
|
||||
"grunt-contrib-compress": "~0.8.0",
|
||||
"grunt-chmod": "~1.0.3",
|
||||
"pofile": "~1.0.2"
|
||||
"grunt": "~1.0.3",
|
||||
"grunt-contrib-copy": "~1.0.0",
|
||||
"grunt-contrib-clean": "~2.0.0",
|
||||
"grunt-replace": "~1.0.1",
|
||||
"grunt-contrib-concat": "~1.0.1",
|
||||
"grunt-contrib-uglify": "~4.0.0",
|
||||
"grunt-contrib-cssmin": "~3.0.0",
|
||||
"grunt-contrib-less": "~2.0.0",
|
||||
"grunt-mkdir": "~1.0.0",
|
||||
"grunt-contrib-compress": "~1.4.3",
|
||||
"grunt-chmod": "~1.1.0",
|
||||
"pofile": "~1.0.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user