mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
* [sass] build sass into built_assets directory * [optimize/dlls] move dll optimization into built_assets directory * [dlls] update path to dll manifest * [built_assets] ignore when searching for notice files * [sass] build into variable directory * revert changes to ui_export_types/style_sheet_paths.js * revert changes to ui_export_types/style_sheet_paths.test.js * [uiExports/styleSheetPaths] switch .scss extension for stylesheets that are already compiled * update comment for clarity * [testBundle] include css from built_assets * [dlls] move url to built_assets/dlls * fix merge conflict issues * [server/sass] pass log in test
46 lines
763 B
Text
46 lines
763 B
Text
.aws-config.json
|
|
.signing-config.json
|
|
.ackrc
|
|
/.es
|
|
.DS_Store
|
|
.node_binaries
|
|
node_modules
|
|
!/src/dev/npm/__tests__/fixtures/fixture1/node_modules
|
|
!/src/dev/notice/__fixtures__/node_modules
|
|
trash
|
|
/optimize
|
|
/built_assets
|
|
target
|
|
/build
|
|
.jruby
|
|
.idea
|
|
*.iml
|
|
*.log
|
|
/test/*/failure_debug
|
|
/test/*/screenshots/diff
|
|
/test/*/screenshots/failure
|
|
/test/*/screenshots/session
|
|
/test/*/screenshots/visual_regression_gallery.html
|
|
/html_docs
|
|
.eslintcache
|
|
/plugins/
|
|
/data
|
|
disabledPlugins
|
|
webpackstats.json
|
|
/config/*
|
|
!/config/kibana.yml
|
|
coverage
|
|
selenium
|
|
.babelcache.json
|
|
.webpack.babelcache
|
|
*.swp
|
|
*.swo
|
|
*.out
|
|
/packages/kbn-ui-framework/doc_site/build/*
|
|
!/packages/kbn-ui-framework/doc_site/build/index.html
|
|
package-lock.json
|
|
.yo-rc.json
|
|
.vscode
|
|
*.sublime-*
|
|
npm-debug.log*
|
|
.tern-project
|