maglevcms 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maglevcms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc1
4
+ version: 1.0.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Didier Lafforgue
@@ -108,6 +108,8 @@ executables: []
108
108
  extensions: []
109
109
  extra_rdoc_files: []
110
110
  files:
111
+ - ".babelrc"
112
+ - ".eslintrc.js"
111
113
  - MIT-LICENSE
112
114
  - README.md
113
115
  - Rakefile
@@ -754,6 +756,8 @@ files:
754
756
  - app/views/maglev/api/themes/_show.json.jbuilder
755
757
  - app/views/maglev/editor/_header.html.erb
756
758
  - app/views/maglev/editor/show.html.erb
759
+ - bin/webpack
760
+ - bin/webpack-dev-server
757
761
  - config/initializers/assets.rb
758
762
  - config/initializers/filter_parameters_logging.rb
759
763
  - config/initializers/kaminari.rb
@@ -801,6 +805,10 @@ files:
801
805
  - lib/maglev/version.rb
802
806
  - lib/maglevcms.rb
803
807
  - lib/tasks/maglev_tasks.rake
808
+ - package.json
809
+ - postcss.config.js
810
+ - tailwind.config.js
811
+ - yarn.lock
804
812
  homepage: https://www.maglev.dev/
805
813
  licenses:
806
814
  - MIT