Base solution for your next web application

Activities of "sebastian.morar"

Question

Hi,

Since a week ago I started receiving an error when running npm run build Running npm run create-bundles works fine.

The error is: SyntaxError in plugin "gulp-uglify-es" Message: 'return' outside of function Details: filename: layout.js line: 346 col: 1 pos: 9409 domainEmitter: [object Object] domain: [object Object] domainThrown: false

Could you please help me find the solution?

Thank you, Sebastian Morar

Hi,

I am working on implementing CI/CD from bitbucket and the only step left is applying the migrations. I believe enabling automatic migration will solve the problem, but I'm not sure how to do that.

Running context.Database.Migrate(); in SeedHostDb doesn't work.

Could you please help me with enabling automatic migrations?

Thanks

Question

I am trying to make email validator to accept plus sign (+) when creating an user.

Could you please help me out with this issue?

Hi,

I am using this documentation to build my newly purchase framwork without any changes: <a class="postlink" href="https://www.aspnetzero.com/Documents/Step-by-step-publish-to-azure-core-mvc">https://www.aspnetzero.com/Documents/St ... e-core-mvc</a>

The step with gulp raises an error but I heard from <a href="mailto:[email protected]">[email protected]</a> that this step is no longer needed and the documentation is obsolete (will be updated soon). And to use 'npm run create-bundle' instead.

I did that and published, but the site is not working properly and I get lots of errors in browser console.

Could anyone help me with this?

Here is the gulp error: Command: gulp -prod Using gulpfile gulpfile.js Task 'default' is not in your gulpfile Please check the documentation for proper gulpfile formatting

Showing 1 to 4 of 4 entries