Comparing version 1.2.5 to 1.2.7
{ | ||
"name": "ids-css", | ||
"slug": "ids-css", | ||
"version": "1.2.5", | ||
"version": "1.2.7", | ||
"description": "Infor Design System (IDS) Components for the web", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -24,18 +24,13 @@ # Infor Design System CSS | ||
1. Switch to the branch you want to branch from | ||
- this will typically be `develop` | ||
1. `npm install -g gulp-cli && npm install` | ||
1. `gulp dev` to build and serve on http://localhost:3000 | ||
- this will typically be `master` | ||
1. `npm install` | ||
1. `npm start` to build and serve on http://localhost:3000 | ||
## NPM Tasks | ||
- `npm start` - Calls `gulp dev` but did this for consistency across repos | ||
- `npm run build` - Clean and Build the site and packages | ||
- `npm test` - Lints the **src** and **site** css raw files | ||
- `npm run publish{:env}` - Build the markdown docs into json, zip it, then post to the design.infor.com server for the specified environment | ||
- `npm run release` - Run the [release process](https://github.com/webpro/release-it) (it defaults to "patch" release) | ||
## Basic Gulp Tasks | ||
- `gulp` - Clean and Build the site and packages | ||
- `gulp dev` - Clean, build (site & packages), and start the server | ||
- `gulp publish` - Build the markdown docs into json, zip it, then post to the server | ||
- `gulp publish --site=[local|localDebug|staging|prod]` = (Optional) The default is "local". To publish to `staging` or `prod`, you'll need an API key | ||
- `gulp lint` Lints the **src** and **site** css raw files | ||
- `gulp clean` - Remove all built files | ||
> The website is served at `http://localhost:3000/` | ||
@@ -52,11 +47,12 @@ > | ||
- `src` The raw files for components and icons. | ||
- `src/packages` The individual components (while compiled each will have it's own `dist/`) | ||
- `site/www` The generated files for the local docs website | ||
- `site/css` The CSS for the local docs site only | ||
- `site/templates` The templates for generating the site html files | ||
- `site/www/dist` Minified stylesheets used for the site. | ||
- `src/` The raw files for components and icons. | ||
- `packages/` The individual components (while compiled each will have it's own `dist/`) | ||
- `site/` | ||
- `www/` The generated files for the local docs website | ||
- `css/` The CSS for the local docs site only | ||
- `templates/` The templates for generating the site html files | ||
- `www/dist/` Minified stylesheets used for the site. | ||
- `demo` Demo of each package. | ||
- `gulp` Contains the gulp tasks | ||
- `spec` The unit config/tests | ||
- `publish` The directory the deploy/publish is done from | ||
- `documentation` The tmp directory the website documentation deploy/publish is done from | ||
- `dist` The tmp directory npm package publishes from |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
383886
0
57