lib/aladdin/constants.rb in aladdin-0.0.7 vs lib/aladdin/constants.rb in aladdin-0.0.8
- old
+ new
@@ -6,10 +6,10 @@
root = File.expand_path('../../..', __FILE__)
# Paths to other parts of the library.
PATHS = {
root: root,
- assets: File.expand_path('assets', root),
+ public: File.expand_path('public', root),
skeleton: File.expand_path('skeleton', root)
}.to_struct.freeze
# Paths to different types of views.
VIEWS = {