yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
826 stars 263 forks source link

The 'starter project' admin page missing css file 'AdminLTE.min.css' #356

Open fangj99 opened 8 years ago

fangj99 commented 8 years ago

Hi there: I installed meteor-starter on linode, when I went to /admin page, the css file location is wrong, showed http://localhost:3000/packages/mfactory_admin-lte/css/adminlte.min.css, I can not find which/where file make this call. Any Idea? Also there is no 'meteor-admin-master' or 'mfactory-adminlte' under the folder named 'packages'.

Then I installed meteor-admin, now I can find packages/meteor-admin-master/lib/client/css, so I have to copy all the css file's content from mfactory-adminlte to file admin-custom.less, it works, but seems not in the correct way.

Let me know if you have any resolutions, thanks a lot!

mibcadet commented 8 years ago

+1

JulianKingman commented 8 years ago

Same here, I assume that it has to do with the build process somehow, I'll let you know if I come up with something.

JulianKingman commented 8 years ago

OK, probably has to do with this package and this issue: https://github.com/meteor-factory/meteor-admin-lte/issues/24

john916zhang commented 7 years ago

+1

john916zhang commented 7 years ago

workround here:

for unix, it's just:

ROOT_URL=http://meteor.trivia.com:3000 meteor (no "set" at the beginning)
ckbho commented 7 years ago

I am running Meteor on Cloud9, and the CSS for the admin UI broke for me as well. The way to get it to work is similar to the workaround above:

ROOT_URL=https://yourProjectName-yourUsername.c9users.io/ meteor --port $IP:$PORT

But if someone knows of a better fix, please let me know. :)