You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'CUI': "coffeescript-ui" // or "coffeescript-ui/public/cui.js" (for development)
70
70
})
71
71
...
72
-
]
72
+
]
73
73
```
74
-
74
+
75
75
## Build
76
76
77
77
The first step is to download all dependencies with *npm install*
78
78
79
-
After that, it's necessary to run one of the following build commands
79
+
After that, it's necessary to run one of the following build commands
80
80
81
-
-**npm run build**: Builds the default version for development
82
-
-**npm run build:production**: Builds the default version for production (minified, no sourcemaps)
81
+
-**npm run build**: Builds the default version
82
+
-**npm run build:minify**: Builds the minified version
83
+
-**npm run build:all**: Builds one of each version
83
84
-**npm run build:watch**: Builds the default version and watch for changes
84
-
-**npm run build:all**: Builds both minified JS and CSS as well as non-minified/development versions with no sourcemaps. "cui.min.js" or "cui.js" are used in the final build (see makefile), "cui.js" is used in the DEMO.)
85
-
86
-
# Deprecated:
87
-
-**npm run build:min**: Builds the minified version, run **npm run build:production** instead
88
85
89
86
You will find the bundled file inside **public** folder.
90
87
91
88
It's not necessary to build the project before use it, because **public** directory has always the last version.
92
89
93
-
# Icons:
94
-
-**gulp svgstore**: Build the icons.svg from all icons included in /scss/icons
0 commit comments