@plastichub/osr-tasks
v0.5.3
Published
OSR Grunt Tasks
Downloads
57
Readme
Build
Build chain using Grunt
Provided Grunt Task Plugins
OSR-Language Tasks (see source)
brief : Task to compile files with osr - language
Example config for Grunt
grunt.initConfig({
pkg: grunt.file.readJSON("package.json"),
compile: {
documentation: {
src: [
"src/documentation/**/*.md",
],
options: {
output: 'content/en/',
debug: false,
watch: true,
root: path.resolve("./src/documentation/")
}
}
}
});
grunt.registerTask('default', [
'compile:documentation'
]);
require("@plastichub/osr-tasks").initConfig(grunt, {})
Todos
- [x] osr-i18n
- [-] osr-templates (newsletter, ...)
- [x] osr-content
- [-] osr-vendor
- [x] osr-vendor-laser
- [-] osr-kb
- [-] osr-oa
- [-] OSRL - Template/Wrapper
- [x] osr-media
- [x] osr-cad
- [x] osr-sync
- [ ] house keeping
- [-] npm
- [-] packages
- [x] git
- [x] ssh
- [ ] validate
- [ ] osr-hugo
- [x] osr-discourse
- [ ] osr-discord
- [ ] osr-ig-bot
- [ ] meta
- [ ] lib hash (log/cache)
- [ ] query | options