Added gem_assets config. #173

Open
toots wants to merge 1 commits from audiosocket/gem_assets into master
toots commented 2012-12-12 21:54:12 +00:00 (Migrated from github.com)

Hi,

When adding support for your gem in our application, it turned out that the gem appetizer-ui provides files that are not located in standard vendor/assets/javascripts paths.

With this PR, it is possible to add those path as follows:

gem_assets:
  "appetizer-ui":
    - lib/appetizer/ui/jasmine/js
Hi, When adding support for your gem in our application, it turned out that the gem `appetizer-ui` provides files that are not located in standard `vendor/assets/javascripts` paths. With this PR, it is possible to add those path as follows: ``` gem_assets: "appetizer-ui": - lib/appetizer/ui/jasmine/js ```
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin audiosocket/gem_assets:audiosocket/gem_assets
git checkout audiosocket/gem_assets
Sign in to join this conversation.
No reviewers
No Label
bug
doc
feature
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/jasmine-headless-webkit#173
No description provided.