Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "rvanwoezik"

Same db, same code only EF Core is newer

Thnx! A RTFM situation!

Oops, found it: gulp --prod + refresh cache

Thanx! it's working now!

_$modal.find('.modal-body').keydown(function (e) {
                    if (e.which === 13) {
                        if ((e.target.tagName.toLocaleLowerCase() === "textarea") || ($(e.target).arrt('class') === 'note-editable')) {
                            e.stopPropagation();
                        } else {
                            e.preventDefault();
                            _saveModal();
                        }

                    }
                });

I had same trouble publishing to Azure. Make sure you have minified all your js files with gulp --prod

[https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=10484])

Thanx! It's working

Thanks ismcagdas, So to make sure to add for instance highcharts I do the following steps: npm install highchart then add to bundle.config.js

"node_modules/highcharts/highcharts.js": "highcharts",
"node_modules/highcharts/css/highcharts.css": "highcharts",

Then run Gulp --prod when publishing to production Is this correct?

Thanx Jims, your solutions works!

I seem to have same problem publishing to azure

I experience the same (v5.04) no errors. Also changing Header bar -> skin to Dark, doesn't work with menu on left side

Showing 61 to 70 of 110 entries