Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
f01c3f35
Unverified
Commit
f01c3f35
authored
Nov 19, 2020
by
Zoltán Bedi
Committed by
GitHub
Nov 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: remove compress:release grunt task (#29225)
parent
66cdc187
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/grunt/release_task.js
+2
-2
No files found.
scripts/grunt/release_task.js
View file @
f01c3f35
...
...
@@ -4,10 +4,10 @@ module.exports = function(grunt) {
'use strict'
;
// build then zip
grunt
.
registerTask
(
'release'
,
[
'build'
,
'build-post-process'
,
'compress:release'
]);
grunt
.
registerTask
(
'release'
,
[
'build'
,
'build-post-process'
]);
// package into archives
grunt
.
registerTask
(
'package'
,
[
'clean:temp'
,
'build-post-process'
,
'compress:release'
]);
grunt
.
registerTask
(
'package'
,
[
'clean:temp'
,
'build-post-process'
]);
grunt
.
registerTask
(
'build-post-process'
,
function
()
{
grunt
.
config
(
'copy.public_to_temp'
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment