Skip to content

Commit

Permalink
Added vendor path in gemspec (#79)
Browse files Browse the repository at this point in the history
* Added vendor path in gemspec

* Fixes warning of missing shepherd.mmin.js.map file
  • Loading branch information
aashishpsaini authored Oct 26, 2023
1 parent 6f554c8 commit b7c041d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abraham.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.description = "Trackable application tours for Rails with i18n support, based on Shepherd.js."
s.license = "MIT"

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
s.files = Dir["{app,config,db,lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

s.add_development_dependency 'sassc-rails'
s.add_development_dependency 'sqlite3'
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "abraham",
"private": true,
"dependencies": {}
"private": true
}
1 change: 1 addition & 0 deletions vendor/assets/javascripts/shepherd.min.js.map

Large diffs are not rendered by default.

0 comments on commit b7c041d

Please sign in to comment.