File:  [LON-CAPA] / modules / damieng / graphical_editor / loncapa_daxe / pubspec.yaml
Revision 1.3: download - view: text, annotated - select for diffs
Mon Sep 14 18:24:35 2015 UTC (9 years ago) by damieng
Branches: MAIN
CVS tags: HEAD
improved build by using dart's pub command, and solution for http://stackoverflow.com/q/32567673/438970

name: loncapa_daxe
author: Damien Guillaume
description: LON-CAPA graphical editor
dependencies:
  barback: any
  browser: any
  daxe:
    git: git://github.com/adopt/daxe.git
  js: any
transformers:
- loncapa_daxe/consume_transformer:
    patterns: ["CVS", "tests"]

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>