Skip to content

Commit

Permalink
move Bower and CDNJS configs into build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Mar 30, 2013
1 parent 9b4bfc1 commit 470c8b9
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -189,7 +189,7 @@ module.exports = function(grunt) {

// assemble the component's config from existing configs
grunt.registerTask('componentConfig', function() {
var config = grunt.file.readJSON('component.json');
var config = grunt.file.readJSON('build/component.json');
grunt.file.write(
'build/component/component.json',
JSON.stringify(
Expand Down Expand Up @@ -223,7 +223,7 @@ module.exports = function(grunt) {
};

grunt.registerTask('cdnConfig', function() {
var config = grunt.file.readJSON('cdn.json');
var config = grunt.file.readJSON('build/cdn.json');
grunt.file.write(
'build/cdn/package.json',
JSON.stringify(
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 470c8b9

Please sign in to comment.