Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

christophehurpeau/dart-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

The compiler can watch your source code and compile it.

Create and modify your files in web.src/, the compiler will put the compiled files in web/

Integration in Dart Editor

Create a new file build.dart

import 'package:compiler/builder.dart';
        
main(args) {
  build(args);
}

About

Compile files in dart

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages