diff options
| author | mo khan <mo@mokhan.ca> | 2019-08-11 21:33:22 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-08-11 21:33:22 -0600 |
| commit | 3745dca9289029e8626067118936ecf07879fc6f (patch) | |
| tree | 3d033c44ba21959e4bf32fdf13a5adbaa2ee170b /Rakefile | |
| parent | 0fe39d883d8dcba43c6e5fa147d9f1cd0f1b9c87 (diff) | |
add doc folder
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,11 +10,12 @@ Rake::PackageTask.new("comp-268-2", DateTime.now.strftime("%y%m").to_i) do |pack 'Gemfile*', 'README.*', 'Rakefile', + 'doc', 'package.json', 'pom.xml', 'src/**/*.java', - 'src/**/*.pdf', 'src/**/*.md', + 'src/**/*.pdf', 'tmp/.keep', 'yarn.lock', ]) |
