summaryrefslogtreecommitdiff
path: root/jarmonbuild/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'jarmonbuild/commands.py')
-rw-r--r--jarmonbuild/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jarmonbuild/commands.py b/jarmonbuild/commands.py
index 14d99a5..fc422d9 100644
--- a/jarmonbuild/commands.py
+++ b/jarmonbuild/commands.py
@@ -286,7 +286,7 @@ class BuildJavascriptDependenciesCommand(BuildCommand):
for line in open(depjs_path):
line = line.strip()
if line.startswith('//'):
- key, val = line.lstrip('/').strip().split(':', 1)
+ key, val = line.lstrip('/ @').strip().split(':', 1)
params.append((key.strip(), val.strip()))
# Always use the following value for the Content-type header.