An open API service indexing awesome lists of open source software.

https://github.com/brunolm/jsourcer

Bundle and minify Javascript files in a folder navigating through references.
https://github.com/brunolm/jsourcer

Last synced: 9 months ago
JSON representation

Bundle and minify Javascript files in a folder navigating through references.

Awesome Lists containing this project

README

          

JSourcer
========

Bundle and minify Javascript files in a folder navigating through references.

Syntax
------------

SourcePath-1 OutputPath-1 [SourcePath-N OutputPath-N]

Debug just bundle files.
Release bundle and minify.

Example
-------

Folder structure example
- Input
- 000-test.js
- 001-test.js
- 002-test.js
- Output

Call

JSourcer Debug "Example\Input\\" "Example\Output\all.js"

Result
- Output
- all.js

To add references, put at the top of the file

///