Skip to content

Commit b57d33a

Browse files
committed
adding auto switch for production vs development environment for matestack-ui-core css
Corresponsds to ad90a62 for the js. #343
1 parent 0331816 commit b57d33a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

vendor/assets/stylesheets/dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../javascripts/dist
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<% require_asset (Rails.env.production? ? 'dist/matestack-ui-core.min' : 'dist/matestack-ui-core') %>
2+

0 commit comments

Comments
 (0)