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
Post a Comment