How to add CSS file in Jhipster -


i add own css file jhipster project. put files in src\main\webapp\assets\styles\

the gruntfile.js should able add files depencies right ? added ... idea why ?

thanks

yes if put file directory, belong project (that's kind of obvious, it's css folder of project).

i guess want use file inside index.html file. normal grunt wiredep command works if use bower, our javascript/css dependency package manager. in case, adding file manually, not using bower: add file inside index.html file, in normal project, outside of bower tags, , able use it.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -