Commit fb261822 authored by iSergio's avatar iSergio
Browse files

Remove compress stage

parent febef555
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -199,11 +199,12 @@ end

# Download ExtJS into template/extjs
task :get_extjs do
  system "curl -o template/extjs.zip http://cdn.sencha.com/ext-4.1.1a-gpl.zip"
  system "unzip template/extjs.zip -d template/"
  system "rm -rf template/extjs"
  system "mv template/ext-4.1.1a template/extjs"
  system "rm template/extjs.zip"
  #system "curl -o template/extjs.zip http://cdn.sencha.com/ext-4.1.1a-gpl.zip"
  #system "unzip template/extjs.zip -d template/"
  #system "rm -rf template/extjs"
  #system "mv template/ext-4.1.1a template/extjs"
  #system "rm template/extjs.zip"
  system "git clone https://sergeserver.noip.me/gitlab/extjs/extjs4.git template/extjs"
end

# Auto-generate sdk-vars.rb config file
@@ -283,7 +284,7 @@ end

desc "Build JSDuck gem"
task :gem => :sass do
  compress
  #compress
  system "gem build jsduck.gemspec"
end