mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Renamed components
to lib
in the JS project, as Ember has components and they mean something different.
This commit is contained in:
parent
3909f93a7e
commit
9adcd1579d
41 changed files with 15 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
//= require ../../app/assets/javascripts/preload_store.js
|
||||
|
||||
// probe framework first
|
||||
//= require ../../app/assets/javascripts/discourse/components/probes.js
|
||||
//= require ../../app/assets/javascripts/discourse/lib/probes.js
|
||||
|
||||
// Externals we need to load first
|
||||
//= require development/jquery-2.0.3.js
|
||||
|
@ -65,6 +65,7 @@
|
|||
//= require helpers/assertions
|
||||
|
||||
//= require_tree ./fixtures
|
||||
//= require_tree ./lib
|
||||
//= require_tree .
|
||||
//= require_self
|
||||
//= require jshint_all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue