Added system bell or custom command upon completion. Allowed to set custom classpath using CLASSPATH#13
Open
dedeibel wants to merge 5 commits intoibdknox:masterfrom
Open
Added system bell or custom command upon completion. Allowed to set custom classpath using CLASSPATH#13dedeibel wants to merge 5 commits intoibdknox:masterfrom
dedeibel wants to merge 5 commits intoibdknox:masterfrom
Conversation
…using a -cp parameter.
…mand line parsing library to cljs-watch. Added bell feature. Added custom bell command feature.
Author
|
Hi ibdknox, I had the same problem as ghoseb and wanted to remove the default optimization. I have a different solution here by simply removing the default settings for the optimization. Maybe you want to include one of the solutions. I also added the changes. regards Benjamin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there,
thanks for the great script.
I made some changes that might come in handy. I always had to wait to until the compile was done and wanted to have some kind of notification for that.
Additionally I wanted to place the clojure macro code where I want, so I changed the classpath setting to CLASSPATH since "java -cp" disables the CLASSPATH variable which makes it a log more inflexible.
Unfortunately I had a little problem with the inline version of the watch script. As you might see the cli argument parse code had to be inlined too. It works but is not so nice.
It could also be solved by setting an environment variable but I guess your goal was to have the most easy installation for it.
I would be glad if we could talk about the solution and maybe do some improvements.
regards
Benjamin