Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 83d0767

Browse files
committed
empty default path
1 parent 27b6907 commit 83d0767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$js - asynchronous module definition framework
33
or just simple lightweight javascript dependencies manager
44
5-
@version 5.3
5+
@version 5.4
66
@link http://github.com/redcatphp/js/
77
@author Jo Surikat <jo@surikat.pro>
88
@website http://redcatphp.com
@@ -649,7 +649,7 @@
649649
//config init
650650
js.dev = false;
651651
js.async = true;
652-
js.path = 'js/';
652+
js.path = '';
653653
js.pathDetection = true;
654654
js.pathSuffix = '.js';
655655
js.min = false;

0 commit comments

Comments
 (0)