Start migration of AngularDart code to AngularJS.
Add configuration to download third party vendor packages into the appropriate location. Add in RequireJS setup for Angular app. Remove unneeded Dart assets.
This commit is contained in:
parent
f96f73f152
commit
b328b00929
|
@ -2,18 +2,12 @@
|
|||
vagrant/.vagrant
|
||||
vagrant/vagrant_ansible_inventory_default
|
||||
|
||||
bower_components
|
||||
node_modules
|
||||
|
||||
passenger_wsgi.py
|
||||
rookeries/rookeries_webapp_config.cfg
|
||||
rookeries/static/node_modules
|
||||
rookeries/static/css/penguin-*-theme.css
|
||||
rookeries/static/scripts/rookeries.dart.*js*
|
||||
rookeries/static/scripts/packages
|
||||
rookeries/static/scripts/test/packages
|
||||
rookeries/static/scripts/pubspec.lock
|
||||
rookeries/static/js/rookeries-application*.min.js
|
||||
rookeries/static/scripts/*.js*
|
||||
|
||||
*.db
|
||||
*.pyc
|
||||
|
@ -25,4 +19,5 @@ cover
|
|||
.tox/
|
||||
|
||||
deploy/
|
||||
!deploy/__init__.py
|
||||
!deploy/vagrant/
|
||||
|
|
Loading…
Reference in New Issue