This robust application lets you program into the separated files of Chico, providing a real-time compilation of all files into one, for testing and development usage.
To see it in action, get the library on GitHub and run the Joiner through NodeJS. Use it through port 3000 on browser or any tag like “link”, “script”, “img”, etc.:
$ cd chico/libs/joiner && node app.js
All JavaScript files in development mode (uncompressed):
http://localhost:3000/js
All JavaScript files in production mode (minified):
http://localhost:3000/js/min
All stylesheet files in development mode (uncompressed):
http://localhost:3000/css
All stylesheet files in production mode (minified):
http://localhost:3000/css/min
And you can get the assets too (images, sprites, etc.):
http://localhost:3000/assets/xxxxx.*
There is a configuration file on JSON format. It’s on /libs folder and lets you change the templates used to generate the joined files, administrate the order of files to be joined, and specify default packages.
http://chico-ui.com.ar/license