Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrange project structure #13

Merged
merged 11 commits into from
Aug 7, 2016
Merged

Arrange project structure #13

merged 11 commits into from
Aug 7, 2016

Conversation

takuyaa
Copy link
Owner

@takuyaa takuyaa commented Aug 6, 2016

Purpose

This PR arranges directory structure to simplify build process and project itself.

Changes

Before:

dist/        -- Released objects
  browser/   -- JavaScript file for browser (Browserified)
    kuromoji.js
  dict/      -- Dictionaries for tokenizer (gzipped)
  node/      -- JavaScript file for Node.js

After:

build/        -- JavaScript file for browser (Browserified)
  kuromoji.js
dict/         -- Dictionaries for tokenizer (gzipped)
src/          -- JavaScript file for Node.js

BREAKING CHANGE

  • dict dir path is changed from dist/dict/ to dict/
  • browserified file path is changed from dist/browser/kuromoji.js to build/kuromoji.js

@coveralls
Copy link

coveralls commented Aug 6, 2016

Coverage Status

Coverage increased (+2.9%) to 93.75% when pulling 96f30c7 on arrange-project-structure into 9437a52 on master.

@codecov-io
Copy link

codecov-io commented Aug 6, 2016

Current coverage is 93.82% (diff: 100%)

Merging #13 into master will increase coverage by 2.92%

@@             master        #13   diff @@
==========================================
  Files            22         22          
  Lines           923        923          
  Methods         120        120          
  Messages          0          0          
  Branches        106        106          
==========================================
+ Hits            839        866    +27   
+ Misses           84         57    -27   
  Partials          0          0          

Powered by Codecov. Last update 9437a52...96f30c7

@takuyaa takuyaa merged commit 1d998dc into master Aug 7, 2016
@takuyaa takuyaa deleted the arrange-project-structure branch August 7, 2016 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants