Grunt -> Webpack, Haml -> Pug

This commit is contained in:
Mo Bitar
2019-12-16 16:26:51 -06:00
parent 68fbd745d5
commit c4c38616b0
134 changed files with 6780 additions and 76580 deletions

View File

@@ -35,16 +35,16 @@
</script>
<% if Rails.env.development? %>
<%= javascript_include_tag "compiled.js", debug: true %>
<%= javascript_include_tag "javascripts/app.js", debug: true %>
<% else %>
<%= javascript_include_tag "compiled.min.js", debug: false %>
<%= javascript_include_tag "javascripts/app.js", debug: false %>
<% end %>
<%= stylesheet_link_tag "app", media: "all", debug: false %>
<%= stylesheet_link_tag "stylesheets/app.css", media: "all", debug: false %>
</head>
<body>
<div ng-controller="HomeCtrl" ng-include="'home.html'"></div>
<home />
</body>
</html>