Skip to content

Commit

Permalink
Update zizia CSS path
Browse files Browse the repository at this point in the history
This updates the path to the zizia.scss file
in the css manifest. Without this the CSS
will be used in development mode, but not when
running `rake assets:precompile`
  • Loading branch information
little9 committed Aug 1, 2019
1 parent 7122b61 commit 52d10d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/zizia/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*
*= require zizia
*= require zizia/zizia
*= require_self
*/
2 changes: 1 addition & 1 deletion lib/zizia/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zizia
VERSION = '2.1.0.alpha.03'
VERSION = '2.1.0.alpha.04'
end

0 comments on commit 52d10d6

Please sign in to comment.