close #18 New Gulp build process, jsHint fixes

This commit is contained in:
Exodus4D
2015-09-20 16:01:40 +02:00
parent 6086520998
commit e452adb597
42 changed files with 634 additions and 40 deletions

View File

@@ -49,7 +49,7 @@ class Controller {
$f3->set('isIngame', self::isIGB() );
// js path (build/minified or raw uncompressed files)
$f3->set('pathJs', self::getEnvironmentData('PATH_JS') );
$f3->set('pathJs', 'public/js/' . $f3->get('PATHFINDER.VERSION') );
}
/**