Mavlarn

Results 6 comments of Mavlarn

It can not work for me. The file ng-csv.min.js is included as defined in package.json. And in my app, all vender js files are compressed as a single file. In...

Another problem about the add-bom is, if I set `add-bom="true"` as that in example, the attribute `true` will be evaluated as string, but not boolean, so even `add-bom="false"` will be...

If I compress min version, `encodeURIComponent(b)` display empty char, but the NOT min version, result is `"%EF%BB%BF"`

The file '.bower.json' in ace-builds doesn't contain a main property, so bower can not know which file to inject. You can add `"main": "./src-min-noconflict/ace.js"` in that file, then it can...

I also met this problem, after I added "authMode: 'AMAZON_COGNITO_USER_POOLS'", it can query successfully.