You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ko...@apache.org on 2014/06/12 14:57:28 UTC

git commit: [OLINGO-324] add fix for Gruntfile.js

Repository: olingo-odata4-js
Updated Branches:
  refs/heads/OLINGO-324 54486148e -> c2c191369


[OLINGO-324] add fix for Gruntfile.js


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/c2c19136
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/c2c19136
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/c2c19136

Branch: refs/heads/OLINGO-324
Commit: c2c191369c3b6c8ec0ac745b7fcc060ad5dd1b05
Parents: 5448614
Author: Sven Kobler <sv...@sap.com>
Authored: Thu Jun 12 14:57:04 2014 +0200
Committer: Sven Kobler <sv...@sap.com>
Committed: Thu Jun 12 14:57:04 2014 +0200

----------------------------------------------------------------------
 datajs/Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/c2c19136/datajs/Gruntfile.js
----------------------------------------------------------------------
diff --git a/datajs/Gruntfile.js b/datajs/Gruntfile.js
index f4429fb..f228d60 100644
--- a/datajs/Gruntfile.js
+++ b/datajs/Gruntfile.js
@@ -36,7 +36,7 @@ module.exports = function(grunt) {
       forDemo: {
         files: [
           // includes files within path
-          {expand: true, cwd: 'build/', src: ['**'], dest: 'demo/jscripts/', filter: 'isFile'},
+          {expand: true, cwd: 'build/', src: ['**'], dest: 'demo/scripts/', filter: 'isFile'},
         ]
       }
     },