Added new stylesheets directory 'addons' to store all addon css files.
This commit is contained in:
parent
86c2df69ad
commit
cdb0895984
2 changed files with 4 additions and 0 deletions
3
app/assets/stylesheets/addons/README.txt
Normal file
3
app/assets/stylesheets/addons/README.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
/*
|
||||
* put all your addon css files in here
|
||||
*/
|
|
@ -13,6 +13,7 @@
|
|||
*= require ./jquery.enableObjectResizingShim.css
|
||||
*= require ./zammad.scss
|
||||
*
|
||||
*= require_tree ./addons/
|
||||
*= require_tree ./custom/
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue