Skip to content

Commit

Permalink
creating source file into dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Escobar committed Oct 20, 2014
1 parent 0629d0a commit b852acf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
file.write(unversioned_jmask_file.gsub(/\* @version: (v[0-9.+]+)/, "\* @version: #{JMASK_VERSION}"))
end

puts '# COPYING NEW JMASK FILE TO DIST/'
`yes | cp #{JMASK_FILE} dist/`

[BOWER_MANIFEST_FILE, NPM_MANIFEST_FILE, COMPONENT_MANIFEST_FILE, JQUERY_MANIFEST_FILE].each { |manifest_name|
puts "# UPGRADING #{manifest_name} "
manifest_file = File.open(manifest_name, 'rb') { |file| file.read }
Expand Down

0 comments on commit b852acf

Please sign in to comment.