-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #885 from scrollytelling/vendor-app-javascript
Split vendored code from our own
- Loading branch information
Showing
5 changed files
with
46 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// vendor JavaScript manifest for Pageflow. | ||
// This file is meant to hold code we don't develop and/or rarely change. | ||
// It means this asset will stay cached for much longer. | ||
|
||
//= require i18n | ||
//= require jquery | ||
//= require jquery-ui/widget | ||
//= require jquery_ujs | ||
//= require jquery.fullscreen | ||
//= require jquery.placeholder | ||
|
||
//= require iscroll | ||
//= require audio5.min | ||
|
||
//= require react | ||
//= require backbone-rails |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters