Ionic Theme Editor - Where to find latest SASS files in zip format

I’m working on a theme editor for ionic, and I need to download the latest SASS (.scss) files from the latest official ionic build.

I don’t think this currently exists, and the only location I can see is inside the ionic repo, which isn’t helpful when using a server and HTTP GET to retrieve the files.

I basically need a URL like those found one http://code.ionicframework.com/, but for the SCSS files.

You can check out the beta version of the theme editor at: http://ionic-theme-editor.herokuapp.com/

Hey @pbernasconi, you could always pull from the bower repo

I’m not sure if this will be applicable to you though, as it is basically the same as the main repo.
But you could start pulling them through rawgit