akveo / blur-admin

AngularJS Bootstrap Admin Panel Framework
http://akveo.github.io/blur-admin/
Other
11.37k stars 3.09k forks source link

JS and CSS version 1.3 and dev-release folder not working #315

Open darmandovargas opened 7 years ago

darmandovargas commented 7 years ago

Hi I`m building an ecommerce application, and I want to use your admin dashboard, I don´t need to use nodejs since its a java application and will run over tomcat (as all the java stuff is already build and running in java tomcat), so in your repo you say this:

"If you have problems installing and just want to download JS and css files, you can find download links here: http://akveo.github.io/blur-admin/articles/091-downloads/"

But the version 1.3 even though it downloads, the downloaded file doesn´t work and do not open, out of that you say there is a dev folder "{ARCHIVE_ROOT}/blur-admin-{VERSION}/dev-release " but this one does not run as it throws out a bunch of errors and do not load.

So my question is, how can I get the 1.3 version and how can I make run the dev-release folder version.

THANKS A LOT FOR YOUR WORK !!!

gpsingh07 commented 7 years ago

Refer to #303 . Or In index.html, try replacing all the "../bower_components///jsFileName.js" lines with "lib/jsFileName.js" , it worked for me while running over tomcat.

tassiopimentel commented 6 years ago

I have the same problem, I already did the directory change but I continue with the loading problem