0

I am trying to download the regular files only (html, css, js, etc..) for this template: gentelella admin panel, but when I download the .zip and unzip it, I get to see not a 'ready to upload to ftp' template but rather a template mixed up with some package.json, bower.json and it is not clear to me how to get the regular template.. Sorry if this seems stupid to you for me to ask, but I really don't understand how to get only the files I need.

Thanks in advance!

1615903
  • 32,635
  • 12
  • 70
  • 99
Tsvetilin Boynovski
  • 626
  • 1
  • 5
  • 10

1 Answers1

1

What you're looking at is the source code and the files needed to compile it into the CSS, JS etc.

What you're probably after is the contents of the build folder. It looks like this contains the JS & CSS files that are ready to use.

alnorth29
  • 3,525
  • 2
  • 34
  • 50
  • but int his folder I can not find the html's.. any idea how to compile everything? – Tsvetilin Boynovski Jun 10 '16 at 10:24
  • It may be the production folder you're actually after, as this seems to include HTML samples. The documentation folder looks like it's worth checking out - it's got HTML files that contain HTML samples for different elements. – alnorth29 Jun 10 '16 at 10:27