This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
9cd50c2031
embark
/
embark-ui
/
.npmignore
11 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
don't gen source maps for production builds of embark-ui don't include .env files in the pkg tarball
2018-10-28 11:52:28 +00:00
.env
.env.*
build(packaging): reorg sources for transpilation with Babel Allow for embark sources to be authored in TypeScript and/or JavaScript, and to make use of upcoming features of the JS language. Sources in the src/ directory are transpiled into the dist/ directory, and npm-scripts are provided to support and automate various aspect of the build process. Source map support is enabled at runtime, i.e. when invoking the embark cli and running embark's test suite.
2018-11-11 21:08:55 +00:00
.eslintrc
rev embark-ui .npmignore
2018-10-25 13:26:48 +00:00
config
node_modules
build: remove and disable npm lock files, rely on pinned dev/deps Buggy behavior related to npm lock files makes the goal of reproducible builds and hassle-free automated releases nearly impossible to achieve at present. With npm's lock files disabled we rely on pinned dependencies (exact versions only in the package.json files of embark and embark-ui) for a hopefully good result. This is an experiment while the project is in an alpha release phase, and if problems are experienced we can return to using npm-shrinkwrap.json / package-lock.json, or we can investigate a transition to the yarn package manager, for ourselves and possibly for our users too.
2018-11-15 20:25:22 +00:00
npm-shrinkwrap.json
package-lock.json
rev embark-ui .npmignore
2018-10-25 13:26:48 +00:00
public
scripts
src