Closed soulwire closed 11 years ago
According to the README
In debug mode (option -d) all files will be compiled individually inside a folder called "toaster" in the same directory you've pointed your debug file,
However it's created in the release directory instead.
Define release and debug directories:
# => SRC FOLDER toast 'source' release: 'release/main.js' debug: 'debug/debug.js'
The following directory structure would be created:
release main.js debug toaster debug.js
The toaster directory is created in the release directory
release toaster main.js debug debug.js
You're right, I'm fixing it to the next release.
Thank you.
Great, thanks!
According to the README
However it's created in the release directory instead.
Steps to recreate
Define release and debug directories:
Expected result
The following directory structure would be created:
Actual result
The toaster directory is created in the release directory