﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9445	Builder: Make it possible to append js files to ckeditor.js	Frederico Caldeira Knabben	Wiktor Walc	"An option is required in the builder confirguration file (build-config.js) to make it possible to append JavaScript files to the resulting ckeditor.js file. It could be something like this:

{{{
js : [
    '/path/to/myfile.js',
    '/path/to/another.js'
]
}}}

These files should be then minified and appended at the end of ckeditor.js, in the provided order."	New Feature	closed	Normal		Project : CKBuilder		fixed		
