templates/shared/aurora.info.erb in compass-aurora-3.0.0 vs templates/shared/aurora.info.erb in compass-aurora-3.0.1

- old
+ new

@@ -15,17 +15,21 @@ ; ======================================== ; Stylesheets ; ======================================== -stylesheets[all][0] = 'css/style.css' -stylesheets[all][1] = 'components/formalize/assets/css/formalize.css' +stylesheets[all][] = '<%= project_css %>/style.css' +stylesheets[print][] = '<%= project_css %>/print.css' +; If installed through Bower +; stylesheets[all][] = 'components/formalize/assets/css/formalize.css' + ; ======================================== ; Scripts ; ======================================== -scripts[0] = 'components/formalize/assets/js/jquery.formalize.min.js' +; If installed through Bower +; scripts[] = 'components/formalize/assets/js/jquery.formalize.min.js' ; ======================================== ; Modernizr ; ========================================