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 72db5b1 commit c5bf9fb
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>query-counter-1.0.2</title>
<!-- (c) 2017 CA Technologies. All Rights Reserved. -->
<!-- Build Date: Wed Sep 12 2018 14:55:39 GMT+0000 (UTC) -->
<!-- Build Date: Wed Sep 12 2018 15:09:36 GMT+0000 (UTC) -->

<script type="text/javascript">
var APP_BUILD_DATE = "Wed Sep 12 2018 14:55:39 GMT+0000 (UTC)";
var CHECKSUM = 13368070582;
var APP_BUILD_DATE = "Wed Sep 12 2018 15:09:36 GMT+0000 (UTC)";
var CHECKSUM = 13368069491;
</script>

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

0 comments on commit c5bf9fb

Please sign in to comment.