Skip to content

Commit

Permalink
Merge pull request #35 from ishikawa999/redmine4.1
Browse files Browse the repository at this point in the history
Redmine4.1用Blcuelairにmasterの変更を取り込む
  • Loading branch information
ishikawa999 authored Apr 1, 2021
2 parents ad3521a + 835dac7 commit e0c78cc
Show file tree
Hide file tree
Showing 21 changed files with 8,069 additions and 859 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/node_modules/
/sftp-config.json
node_modules
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ Redmineの管理画面で新しいテーマを利用する設定を行います

## Development

* Docker、docker-composeを利用
* 下のようにすると、変更を監視し、新しく変更を加えて保存する度に反映されるようになる(scssをcssに変換)

```bash
$ cd /your/path/redmine/public/themes/bleuclair
$ docker-compose up
$ # 終わったらctr + c, command + cで止める
$ cd redmine/public/themes/beuclair
$ npm install
$ npm run start:dev
$ # debug
$ npm run build
```

## LICENSE

GNU GPL v2
https://github.com/farend/redmine_theme_farend_bleuclair/blob/master/LICENSE

---
## 著作者

[ファーエンドテクノロジー株式会社](https://www.farend.co.jp/)
1 change: 0 additions & 1 deletion images/arrow.svg

This file was deleted.

109 changes: 103 additions & 6 deletions javascripts/theme.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions javascripts/theme.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e0c78cc

Please sign in to comment.