GithubHelp home page GithubHelp logo

isabella232 / semantic-ui-meteorize Goto Github PK

View Code? Open in Web Editor NEW

This project forked from semantic-org/semantic-ui-meteorize

0.0 0.0 0.0 19 KB

Meteorize Semantic UI

License: MIT License

Makefile 2.53% Shell 5.54% JavaScript 85.37% HTML 6.57%

semantic-ui-meteorize's Introduction

Semantic UI Meteorize

This tool generates 2 meteor packages based on Semantic UI.

Pre-requisites

Versioning

The versions of each packages are identical based on the version of Semantic UI.

If PACKAGE_VERSION is 2.2.6 then it will download Semantic UI v2.2.6 and generate the packages with version 2.2.6.

Sometime you may want to fix a package and the version of Semantic UI has not been changed. Therefore you can use PACKAGE_VERSION=2.2.6_1 which will still download Semantic UI 2.2.6 but will publish the packages with version 2.2.6_1.

Usage

# build docker image
$ make docker-build
# configure env.sh
$ cp env.template.sh env.sh
# edit env.sh properly
$ vim env.sh
# shell docker container
$ make docker-shell
# dependencies
$ make deps
# generate
$ make generate

# do some testing!!!

# publish semantic:ui-data
$ make publish-ui-data
# publish semantic:ui
$ make publish-ui
# clean
$ make clean

Fix issues with the packages

# fix the problem
# commit it
$ git commit -am "fix..."
$ git push origin master

# change env var PACKAGE_VERSION with something like 2.2.6_1

# generate
$ make generate

# do some testing!!!

# publish semantic:ui-data
$ make publish-ui-data
# publish semantic:ui
$ make publish-ui

Testing

TBD

Structure

file/folder description
dist/ generated meteor packages
gulp-tasks/ gulp tasks separated in multiple files to ease the development
lib/ contains files that creates the data for themes, sites and definitions
meteor-test/ meteor app that uses semantic ui packages from dist/
scripts/ script to publish the packages
templates/ files to copy (and generates) to the packages
tmp/ downloaded data like semantic ui and generated data from gulp
gulpfile.js tasks for generating the packages

semantic-ui-meteorize's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.