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.
- Host: GitHub
- URL: https://github.com/brunolm/jsourcer
- Owner: brunolm
- Created: 2013-11-08T16:56:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-08T17:23:13.000Z (about 12 years ago)
- Last Synced: 2023-03-27T11:47:39.443Z (over 2 years ago)
- Language: C#
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
///