Skip to content

Commit 1ff411f

Browse files
committed
deploy name to package.json
1 parent dcc7599 commit 1ff411f

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ module.exports = function(grunt) {
244244
var payload = {
245245
oid: panel_oid,
246246
settings: JSON.stringify({
247-
"title": config.name,
247+
"title": pkg.name,
248248
"project": null,
249249
"content": html,
250250
"autoResize": true
@@ -319,7 +319,7 @@ module.exports = function(grunt) {
319319
};
320320

321321
var payload = {
322-
name: "*" + config.name,
322+
name: "*" + pkg.name,
323323
editorMode: 'create',
324324
pid: 'myhome',
325325
oid: 6440917,

config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"name": "Custom Grid with Deep Export",
32
"className": "custom-grid-with-deep-export",
43
"server": "https://rally1.rallydev.com",
54
"sdk": "2.1",

deploy/Ugly.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>custom-grid-with-deep-export-1.2.1-3</title>
4+
<title>custom-grid-with-deep-export-1.2.1</title>
55
<!-- (c) 2017 CA Technologies. All Rights Reserved. -->
6-
<!-- Build Date: Wed Sep 12 2018 14:38:33 GMT+0000 (UTC) -->
6+
<!-- Build Date: Wed Sep 12 2018 15:05:38 GMT+0000 (UTC) -->
77

88
<script type="text/javascript">
9-
var APP_BUILD_DATE = "Wed Sep 12 2018 14:38:33 GMT+0000 (UTC)";
10-
var CHECKSUM = 31590175267;
9+
var APP_BUILD_DATE = "Wed Sep 12 2018 15:05:38 GMT+0000 (UTC)";
10+
var CHECKSUM = 31585367052;
1111
</script>
1212

1313
<script type="text/javascript" src="/apps/2.1/sdk.js"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-grid-with-deep-export",
3-
"version": "1.2.1-3",
3+
"version": "1.2.1",
44
"scripts": {
55
"debug": "grunt debug",
66
"debug:watch": "nodemon --exec grunt debug",

0 commit comments

Comments
 (0)