Skip to content

Commit

Permalink
bugfix in building
Browse files Browse the repository at this point in the history
  • Loading branch information
wensen-lws committed Apr 24, 2015
1 parent a2c4095 commit 0f743f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ module.exports = function (grunt) {
dist: {
js: {
'<%= path.dist %>/pastry.ui.min.js' : '<%= build.ui %>',
'<%= path.dist %>/pastry.amd.min.js' : '<%= build.nodejs %>',
'<%= path.dist %>/pastry.amd.min.js' : '<%= build.amd %>',
'<%= path.dist %>/pastry.min.js' : '<%= build.core %>',
'<%= path.dist %>/pastry.nodejs.min.js' : '<%= build.amd %>'
'<%= path.dist %>/pastry.nodejs.min.js' : '<%= build.nodejs %>'
},
css: {
'<%= path.dist %>/pastry.min.css' : '<%= path.build %>/pastry.css',
Expand Down

0 comments on commit 0f743f9

Please sign in to comment.