This repository was archived by the owner on Feb 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.3.1] ( https://github.com/tinyclues/saltpad/tree/0.3.1 ) (2016-04-19)
4
+
5
+ - Fix the dist.zip archive to correctly create the "static" directory. Sorry for the inconvenience.
6
+ - The "settings.json" file should be located in the "static" directory and not in a "config" directory, documentation has been fixed.
7
+
3
8
## [ 0.3] ( https://github.com/tinyclues/saltpad/tree/0.3 ) (2016-03-03)
4
9
5
10
- Make the external_auth configurable in the settings. It is optional and the default value is 'pam'.
Original file line number Diff line number Diff line change 62
62
"scripts" : {
63
63
"clean" : " rimraf dist && rimraf dist.zip" ,
64
64
"build:webpack" : " NODE_ENV=production ./node_modules/webpack/bin/webpack.js --config webpack.config.prod.js" ,
65
- "build" : " npm run clean && npm run build:webpack && zip -j - r dist.zip dist/* && md5sum dist.zip > dist.zip.md5 && sha1sum dist.zip > dist.zip.sha1" ,
65
+ "build" : " npm run clean && npm run build:webpack && zip -r dist.zip dist/* && md5sum dist.zip > dist.zip.md5 && sha1sum dist.zip > dist.zip.sha1" ,
66
66
"start" : " node devServer.js" ,
67
67
"playground" : " node devServer.js --env playground" ,
68
68
"lint" : " eslint src"
You can’t perform that action at this time.
0 commit comments