From: Andrey Kutejko Date: Sun, 15 Apr 2018 21:14:57 +0000 (+0200) Subject: allow npm assets X-Git-Tag: 0.6~19 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=e014713f146e2c116cbb17dc373197de7d7fcddd;p=ipf.git allow npm assets --- diff --git a/ipf/assets.php b/ipf/assets.php index 7be8078..b7896f3 100644 --- a/ipf/assets.php +++ b/ipf/assets.php @@ -9,6 +9,7 @@ class IPF_Assets { $this->dirs = array( rtrim($dir, '/'), + IPF::get('project_root') . '/vendor/npm-asset', IPF::get('project_root') . '/vendor/bower-asset', ); }