Skip to content

Commit

Permalink
Rename engine application js to playground
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Jul 23, 2024
1 parent afa6b70 commit d1bfe8d
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/views/layouts/playground/editor.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= javascript_include_tag "playground/application", skip_pipeline: true, nonce: true, media: "all" %>
<%= stylesheet_link_tag "/stylesheets/playground/application", media: "all" %>
<%= javascript_include_tag "playground/playground", skip_pipeline: true, nonce: true, media: "all" %>
<%= stylesheet_link_tag "/stylesheets/playground/playground", media: "all" %>
</head>
<body id="playground">
<%= yield %>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"scripts": {
"jswatch": "npm run jsbuild -- --watch",
"jsbuild": "esbuild app/assets/javascripts/application.js --bundle --minify --outfile=vendor/javascripts/playground/application.js",
"jsbuild": "esbuild app/assets/javascripts/playground.js --bundle --minify --outfile=vendor/javascripts/playground/playground.js",
"csswatch": "npm run cssbuild -- --watch",
"cssbuild": "sass app/assets/stylesheets/application.scss vendor/stylesheets/playground/application.css"
"cssbuild": "sass app/assets/stylesheets/playground.scss vendor/stylesheets/playground/playground.css"
},
"devDependencies": {
"esbuild": "^0.14.25",
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion vendor/stylesheets/playground/application.css.map

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/stylesheets/playground/playground.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1bfe8d

Please sign in to comment.