Skip to content

Commit

Permalink
deploy name moved to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrjo committed Sep 12, 2018
1 parent 2bbf30e commit 5879e15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ module.exports = function(grunt) {
var payload = {
oid: panel_oid,
settings: JSON.stringify({
"title": config.name,
"title": pkg.name,
"project": null,
"content": html,
"autoResize": true
Expand Down Expand Up @@ -319,7 +319,7 @@ module.exports = function(grunt) {
};

var payload = {
name: "*" + config.name,
name: "*" + pkg.name,
editorMode: 'create',
pid: 'myhome',
oid: 6440917,
Expand Down
1 change: 0 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Custom Chart",
"className": "CustomChartApp",
"server": "https://rally1.rallydev.com",
"sdk": "2.1",
Expand Down
8 changes: 4 additions & 4 deletions deploy/Ugly.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>CustomChart-1.2.9</title>
<title>CustomChart-1.2.10</title>
<!-- (c) 2017 CA Technologies. All Rights Reserved. -->
<!-- Build Date: Wed Sep 12 2018 14:43:05 GMT+0000 (UTC) -->
<!-- Build Date: Wed Sep 12 2018 14:59:22 GMT+0000 (UTC) -->

<script type="text/javascript">
var APP_BUILD_DATE = "Wed Sep 12 2018 14:43:05 GMT+0000 (UTC)";
var CHECKSUM = 12681620888;
var APP_BUILD_DATE = "Wed Sep 12 2018 14:59:22 GMT+0000 (UTC)";
var CHECKSUM = 12683137735;
</script>

<script type="text/javascript" src="/apps/2.1/sdk.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"CustomChart",
"version":"1.2.9",
"version":"1.2.10",
"scripts": {
"debug": "grunt debug",
"debug:watch": "nodemon --exec grunt debug",
Expand Down

0 comments on commit 5879e15

Please sign in to comment.