Closed davej closed 10 years ago
Oops this issue should probably be in the generator-radian
repo.
Yep, it's all a bit busted at the moment. I've created an issue to deal with code duplication and what not: https://github.com/ahmednuaman/generator-radian/issues/1
I'll sort this today.
Deploying a new version of the generator now. All is well.
I'm sure you're aware of this but it doesn't seem to be mentioned on the site.
Some but probably not all of the things that are broken:
@import 'icon/*.png'
the folder andpng
files don't exist, causes compass:dev to abort (styles.sass
)@import 'partial/mixins'
etc.., none of the partials exist, causes compass:dev to abort (_partials.sass
)app-controller.coffee
has references toheader-controller
,footer-controller
andpage-title-factory
, all of which don't exist. This creates the errorUnknown provider: pageTitleFactoryProvider <- pageTitleFactory
routes.coffee
has references toerror-controller
andhome-controller
which don't existAlso when files aren't found they don't raise 404's they just return the index.html file instead. Perhaps if the path has a .js/.css/.jpg/.png/.gif extension then the server should return a 404 instead of the index.html file