gulp-jspm-build icon indicating copy to clipboard operation
gulp-jspm-build copied to clipboard

Override jspm config file path (and name) using "config"

Open pkapare opened this issue 7 years ago • 0 comments

I am trying to override default path and name of JSPM config file (config.js) using "config" parameter as mentioned in documentation however its not working and gulp still searching it root directory. I am trying to use same gulp file to build two different sub applications having different JSPM configuration. Is there any way I can override JSPM config file path and name? I know we can override path in package.json however I am using same package.json for two applications hence I can not use package.json to override path. Thanks & Regards Pankaj

pkapare avatar Oct 24 '16 14:10 pkapare