Skip to content

Commit

Permalink
expand config.javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrjo committed Sep 12, 2018
1 parent 5879e15 commit f487111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function(grunt) {
config = grunt.file.readJSON(config_file_name);

if ( config.javascript ) {
config.js_files = config.javascript;
config.js_files = grunt.file.expand(config.javascript);
} else {
config.js_files = grunt.file.expand(['src/javascript/utils/*.js','src/javascript/*.js']);
}
Expand Down
6 changes: 3 additions & 3 deletions deploy/Ugly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<title>CustomChart-1.2.10</title>
<!-- (c) 2017 CA Technologies. All Rights Reserved. -->
<!-- Build Date: Wed Sep 12 2018 14:59:22 GMT+0000 (UTC) -->
<!-- Build Date: Wed Sep 12 2018 15:07:35 GMT+0000 (UTC) -->

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

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

0 comments on commit f487111

Please sign in to comment.