Bläddra i källkod

move Bower and CDNJS configs into build folder

Adam Shaw 13 år sedan
förälder
incheckning
470c8b9313
3 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Gruntfile.js
  2. 0 0
      build/cdn.json
  3. 0 0
      build/component.json

+ 2 - 2
Gruntfile.js

@@ -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(
@@ -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(

+ 0 - 0
cdn.json → build/cdn.json


+ 0 - 0
component.json → build/component.json