1.2.3 • Published 7 years ago

hopp-plugin-accord v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

hopp-plugin-accord

A unified interface for compiled languages and templates in JavaScript.

NPM

Usage

The API is very simple. There's a single function available called accord() and it takes two parameters:

  • engine: the engine name, passed as-is to accord in the background.
  • options: any options you'd like to pass to accord.

Sample:

const hopp = require('hopp')

export default
  hopp([ 'src/less/*.less' ])
    .accord('less')
    .rename({ ext: '.css' })
    .dest('dist/css')

Note: Files are never renamed. You should handle this yourself. Also covered by the example.

License

Licensed under MIT license.

Copyright (C) 2017 10244872 Canada Inc.

1.2.3

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.0-alpha.16

7 years ago

1.0.0-alpha.13

7 years ago

1.0.0-alpha.10

7 years ago

1.0.0-alpha.6

7 years ago

1.0.0-alpha.5

7 years ago