mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-24 13:00:34 +08:00
move Bower and CDNJS configs into build folder
This commit is contained in:
+2
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user