Skip to content

Commit

Permalink
Merge pull request #3 from dannon/Airistotal-Reports_homepage
Browse files Browse the repository at this point in the history
Several fixes necessary for merging.
  • Loading branch information
Airistotal committed Jul 29, 2015
2 parents 54368b1 + 951ac2d commit e3b1302
Show file tree
Hide file tree
Showing 107 changed files with 4,736 additions and 3,477 deletions.
3 changes: 3 additions & 0 deletions .ci/pep8_sources.txt → .ci/flake8_blacklist.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.venv/
contrib/
client/
database/
doc/patch.py
doc/source/conf.py
lib/galaxy/model/migrate/versions/
Expand Down
2 changes: 1 addition & 1 deletion .ci/flake8_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

flake8 --exclude database/,.venv/,`paste -sd, .ci/pep8_sources.txt` .
flake8 --exclude `paste -sd, .ci/flake8_blacklist.txt` .

# Look for obviously broken stuff lots more places.
flake8 --select=E901,E902,F821,F822,F823,F831 --exclude lib/galaxy/util/pastescript/serve.py,lib/pkg_resources.py lib/ test/{api,unit}
3 changes: 2 additions & 1 deletion client/GruntFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ module.exports = function(grunt) {

// see the sub directory grunt-tasks/ for individual task definitions
grunt.loadTasks( 'grunt-tasks' );
grunt.registerTask( 'default', [ 'uglify' ] );
// note: 'handlebars' *not* 'templates' since handlebars doesn't call uglify
grunt.registerTask( 'default', [ 'handlebars', 'uglify' ] );
};
13 changes: 13 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ This will:
2. generate source maps and place them in static/maps


Templates
=========

You can change and recompile the templates by using:

grunt templates

This will:

1. recompile the templates in client/galaxy/scripts/templates to client/galaxy/scripts/templates/compiled
2. minify and generate source maps for the compiled templates


Changing Styles/CSS
===================

Expand Down
2 changes: 1 addition & 1 deletion client/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jstree": "~3.0.9",
"jquery-ui": "git://github.com/jquery/jquery-ui.git#~1.11.2",
"threedubmedia.jquery.event": "*",
"handlebars": "~2.0.0",
"handlebars": "~3.0.0",
"jquery-migrate": "~1.2.1",
"requirejs": "~2.1.17"
},
Expand Down
Loading

0 comments on commit e3b1302

Please sign in to comment.