Skip to content

Commit

Permalink
Merge pull request #314 from bmic-development/saw-bootstrap-cm-basics
Browse files Browse the repository at this point in the history
SAW - Bootstrap Catalog Base Code
  • Loading branch information
Stuart-Johnson committed Jun 9, 2017
2 parents ea7ed52 + f26c057 commit d62913f
Show file tree
Hide file tree
Showing 33 changed files with 1,191 additions and 1,954 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 26 additions & 16 deletions app/assets/javascripts/catalog_manager/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,36 @@
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
// TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// This is a manifest file that'll be compiled into including all the files listed below.
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
// be included in the compiled file accessible from http://example.com/assets/application.js
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
//= require catalog_manager/sparc
//= require jquery
//= require bootstrap-sprockets
//= require bootstrap-select
//= require bootstrap-table
//= require bootstrap-table-export
//= require bootstrap-table-custom
//= require moment
//= require bootstrap-datetimepicker
//= require catalog_manager/catalog
//= require jquery_ujs
//= require json2
//= require jquery.remotipart
//= require jquery_nested_form
//= require jquery.cookie
//= require jquery.form
//= require jquery.toastmessage
//= require catalog_manager/jquery.jstree
//= require jquery-ui
//= require jquery_nested_form
//= require catalog_manager/jquery.formatCurrency-1.4.0.min
//= require catalog_manager/catalog
//= require catalog_manager/services
//= require catalog_manager/institutions
//= require catalog_manager/providers
//= require catalog_manager/update
//= require catalog_manager/config
//= require nprogress
//= require nprogress-ajax
//= require json2
//= require underscore-min
//= require form_manager
//= require form_fx_manager
//= require twitter/typeahead.min
//= require assert
//= require ajax_handler
//= require sweetalert.min

0 comments on commit d62913f

Please sign in to comment.