Skip to content

askucher/grunt-bucklescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grunt-bucklescript

JavaScripts your bucklescript

Getting Started

Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: npm install grunt-bucklescript

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-bucklescript');

Documentation

You'll need to install grunt-bucklescript first:

npm install grunt-bucklescript

Then modify your grunt.js file by adding the following line:

grunt.loadNpmTasks('grunt-bucklescript');

Then add some configuration for the plugin like so:

grunt.initConfig({
    ...
    bucklescript: {
      app: {
        src: ['path/to/bucklescript/files/*.ocaml'],
        dest: 'where/you/want/your/js/files',
        options: {
            
        }
      }
    },
    ...
});

Then just run grunt bucklescript and enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published