Skip to content

dewinter/bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

minifier

Minify css and javascript output

Licensed under Apache 2 License

Example

$css_files = array(
	'bootstrap.css',
	'main.css'
);
bundle_css($css_files);

$js_files = array(
	'jquery.min.js',
	'jquery.validate.min.js',
	'bootstrap-select.js',
	'bootstrap.min.js',
	'mootool.min.js',
	'bootstrap-datepicker.js',
	'jquery.complexify.min.js'
);
bundle_js($js_files);

About

bundle js and css

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published