This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] dont watch in CI
version-14
Rushabh Mehta
8 years ago
parent
c445047d1c
commit
f4700957fa
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
frappe/commands/utils.py
+ 2
- 2
frappe/commands/utils.py
View File
@@ -18,8 +18,8 @@ def build(make_copy=False, verbose=False):
@click.command('watch')
def watch():
"Watch and concatenate JS and CSS files as and when they change"
if os.environ.get('CI'):
return
#
if os.environ.get('CI'):
#
return
import frappe.build
frappe.init('')
frappe.build.watch(True)
Write
Preview
Loading…
Cancel
Save