Nelson Baggio
Nelson Baggio

Reputation: 43

Share CSS between different Ionic Apps

I have a some css files of my style guide and I want share this files between the different apps. What is the best practice to do this?

Upvotes: 1

Views: 94

Answers (1)

Mauricio De La Quintana
Mauricio De La Quintana

Reputation: 2442

I could recommend creating a new repo with all your generic styles and then integrate it as a submodule of each of your apps. More info:

https://github.com/blog/2104-working-with-submodules

Hope it helps.

Upvotes: 2

Related Questions