Skip to content

Commit

Permalink
Merge branch 'shader-optimizations'
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Jun 11, 2015
2 parents d51ec42 + 72529d0 commit 32df1c6
Show file tree
Hide file tree
Showing 27 changed files with 985 additions and 530 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ module.exports = function (grunt) {
copy: {
minified: {
src: '<%= build_dir %>/<%= PROJECT_NAME %>-<%= ENGINE_VERSION %>.min.js',
dest: 'build/<%= PROJECT_NAME %>.min.js'
dest: 'api/latest/<%= PROJECT_NAME %>.min.js'
},
unminified: {
src: '<%= build_dir %>/<%= PROJECT_NAME %>-<%= ENGINE_VERSION %>.js',
dest: 'build/<%= PROJECT_NAME %>.js'
dest: 'api/latest/<%= PROJECT_NAME %>.js'
}
}
});
Expand Down
Loading

0 comments on commit 32df1c6

Please sign in to comment.