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

Windows build script #13

Closed
rodryquintero opened this issue Nov 12, 2017 · 3 comments
Closed

Windows build script #13

rodryquintero opened this issue Nov 12, 2017 · 3 comments

Comments

@rodryquintero
Copy link

Build script only works on Linux.

@xiaohanyu
Copy link
Member

@rodryquintero Will rewrite the build script in nodejs soon, sorry too busy in the last months.

xiaohanyu added a commit that referenced this issue Mar 8, 2018
As in #13, we use bash to build css before, however, bash script is not
portable. so we have to migrate the build script from bash to node and
make sure it builds on windows platform.

The goal of the new build script is that we should finish all the build
steps via `npm`, that means, the basic steps to build should be:

- `npm install`, and then
- `npm build`, and then you get all themes

To meet this goal, we have to add semantic-ui as a npm dependency in
`package.json`, and when you `npm install semantic-ui` or `yarn add
semantic-ui`, the install progress will import many some source code of
semantic-ui into your working directory, that's why this commit is so
huge that contains lots of source code from semantic-ui.
@xiaohanyu
Copy link
Member

Work in progress to migrate the build script from bash to node.

@xiaohanyu xiaohanyu reopened this Mar 8, 2018
@xiaohanyu
Copy link
Member

Finish the migration by 34aabc1 and 8eb920b.

Can help test if you have time, thanks!

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

No branches or pull requests

2 participants