> READ THIS FIRST!: We recently announced Taiga plans for the future and they greatly affect how we manage this repository and the current Taiga 6 release. Check it here.
The Taiga plugin to add profilt well retain snippet.
Download in your dist/plugins/
directory of Taiga front the taiga-contrib-profit-well
compiled code (you need subversion in your system):
cd dist/
mkdir -p plugins
cd plugins
svn export "https://github.com/kaleidos-ventures/taiga-contrib-profit-well/branches/stable/dist" "profit-well"
Include in your dist/conf.json
in profitWellToken
the Profit Well token and in the contribPlugins
list the value "/plugins/profit-well/profit-well.json"
:
...
"profitWellToken": "XXXXXXXXXXXXXXXXXXXXXXXX",
"contribPlugins": [
(...)
"/plugins/profit-well/profit-well.json"
]
...
After clone the repo link dist
in taiga-front
plugins directory:
cd taiga-front/dist
mkdir -p plugins
cd plugins
ln -s ../../../taiga-contrib-profit-well/dist profit-well
Include in your dist/conf.json
in profitWellToken
the Profit Well token and in the contribPlugins
list the value "/plugins/profit-well/profit-well.json"
:
...
"profitWellToken": "XXXXXXXXXXXXXXXXXXXXXXXX",
"contribPlugins": [
(...)
"/plugins/profit-well/profit-well.json"
]
...
In the plugin source dir taiga-contrib-profit-well
run
npm install
and use:
gulp
to regenerate the source and watch for changes.gulp build
to only regenerate the source.