bpocallaghan / laravel-admin-starter

A Laravel Admin Starter project with Page Builder, Roles, Impersonation, Analytics, Blog, News, Banners, FAQ, Testimonials and more
http://bpocallaghan.co.za
341 stars 92 forks source link

npm run dev - bugs #4

Closed d-knafo closed 7 years ago

d-knafo commented 7 years ago

hi thanks for your repo !! is great !!

after having done npm run dev I see these mistakes

screenshot from 2017-08-21 13-10-35

bpocallaghan commented 7 years ago

Hi @d-knafo

Thanks. Mmmm, It seems that it is not finding all the js files resources\assets\admin\js. I know its stupid, but mind checking if you have all the files please. Link

The admin/js/titan/buttons.js, admin/js/titan/notify.js, etc

Maybe somewhere the path is different in the webpack.js so it does not compile them into your public/js/admin.js

Please shout if I that helped otherwise I am sure we can try something else :)

d-knafo commented 7 years ago

hi I think you forget - this plugin physically, Can you put them? thanks.

webpack.mix.js

  ` // plugins
    pathJS + 'vendor/pace.js',
    pathJS + 'vendor/chart.js',
    pathJS + 'vendor/select2.js',
    pathJS + 'vendor/dropzone.js',
    pathJS + 'vendor/lightbox.js',
    pathJS + 'plugins/fastclick.js',
    pathJS + 'vendor/summernote.js',
    pathJS + 'vendor/jquery.nestable.js',
    pathJS + 'vendor/jquery.cookie.js',

    // date picker
    pathJS + 'vendor/moment.js',
    pathJS + 'vendor/daterangepicker.js',
    pathJS + 'vendor/bootstrap-datetimepicker.js',

    // datatables | 1.10.11
    // https://datatables.net/extensions/responsive/classes
    pathJS + 'vendor/jquery.datatables.js',
    pathJS + 'vendor/datatables.bootstrap.js',
    pathJS + 'vendor/datatables.responsive.js',

`

bpocallaghan commented 7 years ago

Hi @d-knafo

Do you mean these js files

Mind if I ask how you installed it - you can download the 'zip' file - it should include all these files.

Maybe I am missing something?

d-knafo commented 7 years ago

:) thanks and thanks for this project !!!!

bpocallaghan commented 7 years ago

No worries.

Glad you like it, Work kept me a bit busy. Will try to add more features (Blog, Image Upload + Crop and some components) - just need to find some time to add them :)

New stuff is definitely coming... Please shout if you have any questions!

d-knafo commented 7 years ago

thanks !!!