update admin bsb for layout inventory

This commit is contained in:
Aung Myo
2017-10-23 10:54:34 +06:30
parent 800143f66f
commit f8279084ea
14 changed files with 120 additions and 47 deletions

View File

@@ -34,6 +34,7 @@
//= require BSBMaterial/admin.js
//= require BSBMaterial/pages/index.js
//= require BSBMaterial/demo.js
//= require select2
//= require custom.js
$(function(){

View File

@@ -0,0 +1,13 @@
//= require jquery
//= require tether
//= require bootstrap/js/popper.min
//= require bootstrap/js/bootstrap-material-design.min
//= require jquery_ujs
//= require turbolinks
//= require jquery-slimscroll/jquery.slimscroll.js
//= require node-waves/waves.js
//= require sweetalert/sweetalert.min.js
//= require BSBMaterial/admin.js
//= require BSBMaterial/demo.js
//= require custom.js
//= require select2

View File

@@ -1,3 +0,0 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/