mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
abe565eb01
- Relaxed NodeJS dependency to 4.x - Switch to NPM "dependencies" (rather than dev) Provides consistency with framework, where these had previously been broken out between "dependencies" and "devDependencies", which in turn caused issues with "npm shrinkwrap" - Add npm-shrinkwrap.json: Consistent with framework approach Using uber's wrapper library since it prevents npm shrinkwrap from failing on file generation, as well as actually suceeding with an "npm install" once the file is present. - Don't add comments to dist files via babelify We've had some issues with different dependencies causing different results based on the environment, which in turn causes unnecessary diffs - making our work harder to review. Comments can be read through the ES6 source files, and through source maps when generated through `npm run build --development` - Make JS build tooling and naming consistent with framework |
||
---|---|---|
.. | ||
AssetAdmin.js | ||
bundle-legacy.js | ||
CMSMain.AddForm.js | ||
CMSMain.EditForm.js | ||
CMSMain.js | ||
CMSMain.Tree.js | ||
CMSPageHistoryController.js | ||
RedirectorPage.js | ||
SilverStripeNavigator.js | ||
SiteTreeURLSegmentField.js |