Last active
January 2, 2016 13:58
-
-
Save agektmr/8313331 to your computer and use it in GitHub Desktop.
This file contains 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
if (DEBUG === undefined) DEBUG = true; | |
DEBUG && console.log('test'); |
Solved! I just needed -c option. Silly me.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By reading this doc, I tried this:
expecting it eliminates most part eliminated but failed. Any clue?
このへんを参考に、上記のファイルを
ってやったらざっくり削除してくれることを期待してるのだけど、ほぼ何も変わってくれないのん。