Skip to content

Commit

Permalink
Configure semmy task that rewrites @SInCE tags
Browse files Browse the repository at this point in the history
Also scan files in `node_package/src` directory.
  • Loading branch information
tf committed Aug 10, 2017
1 parent 1a05719 commit 1368780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ end
require 'semmy'
Semmy::Tasks.install do |config|
config.github_repository = 'codevise/pageflow'
config.source_files_with_docs_tags = '{app,lib,node_package/src}/**/*.{js,jsx,rb,scss}'
end

require File.expand_path('spec/support/pageflow/rails_version', File.dirname(__FILE__))
Expand Down

0 comments on commit 1368780

Please sign in to comment.