Skip to content

Commit 2479341

Browse files
committed
set '--watch' as default option for coffee compile
1 parent e392faf commit 2479341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

org.nodeclipse.ui/src/org/nodeclipse/ui/preferences/PreferenceInitializer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public void initializeDefaultPreferences() {
111111
store.setDefault(PreferenceConstants.COFFEE_PATH, coffee_path);
112112
}
113113
}
114+
store.setDefault(PreferenceConstants.COFFEE_COMPILE_OPTIONS, "--watch");
114115
file = new File(typescript_compiler_path);
115116
if (file.exists()) {
116117
store.setDefault(PreferenceConstants.TYPESCRIPT_COMPILER_PATH, typescript_compiler_path);

0 commit comments

Comments
 (0)