arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 556 forks source link

Can use this themes in shared hosting ? (cant npm) #237

Closed anonprophet closed 9 years ago

anonprophet commented 9 years ago

cd path/to/wp-content/themes git clone https://github.com/320press/wordpress-bootstrap.git npm install grunt dev

im using shared hosting with cpanel i cant run command above, can i just download and exctract in wp-content/themes ?

eduardoarandah commented 9 years ago

yes

anonprophet commented 9 years ago

thanks, for what is grunt dev ?

sorry for newbie question

eduardoarandah commented 9 years ago

If you want to modify the theme, you can do it Via Less files. Less files are css files but with variables. If you run grunt dev, grunt watch changes and creates css files. Really recommend you to learn less, grunt, npm