Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
remove bootstrap-material and add plain bootstrap using webpacker
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfriedE committed Sep 3, 2017
1 parent 6bab726 commit 3160624
Show file tree
Hide file tree
Showing 68 changed files with 347 additions and 1,042 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ bower.json

# Ignore project notes
.notes.md
/public/packs
/node_modules
22 changes: 0 additions & 22 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,5 @@
//= require rails-ujs
//= require turbolinks
//
//Rails Comonents
//= require jquery
//= require bootstrap-sass
//= require bootstrap-material-design
//= require bluebird
//= require perfect-scrollbar/perfect-scrollbar.jquery
//= require mustache
//= require sifter
//= require microplugin
//= require selectize
//= require cocoon
//
//= require_tree .
$( document ).on('turbolinks:load', function() {
//make init calls and such here
$.material.init();
$('.scrollable').perfectScrollbar();
$(document).on('click', '.nested_removable', function(e){
e.preventDefault();
var parent = $(this).attr("data-remove");
var item_field = $(this).closest(parent);
item_field.remove();
});
});
64 changes: 0 additions & 64 deletions app/assets/javascripts/bluebird_helpers.js

This file was deleted.

14 changes: 0 additions & 14 deletions app/assets/javascripts/helpers.js

This file was deleted.

5 changes: 0 additions & 5 deletions app/assets/javascripts/media_contents.js

This file was deleted.

20 changes: 0 additions & 20 deletions app/assets/javascripts/menu.js

This file was deleted.

146 changes: 0 additions & 146 deletions app/assets/javascripts/screenfull.js

This file was deleted.

Loading

0 comments on commit 3160624

Please sign in to comment.