mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
ed09214f59
Updates the stylesheet task to output CSS in the correct locations. Remove config.rb for running compass manually, and remove compiled css files from project. Add a .gitignore to ensure they don't get included accidentally. Add a gulp task for running the development server and watching for scss changes at the same time. resolves https://github.com/nasa/openmctweb/issues/238
37 lines
406 B
Plaintext
37 lines
406 B
Plaintext
*.scssc
|
|
*.zip
|
|
*.gzip
|
|
*.tgz
|
|
*.DS_Store
|
|
|
|
# Compiled CSS, unless directly added
|
|
*.sass-cache
|
|
*COMPILE.css
|
|
*.css
|
|
|
|
# Intellij project configuration files
|
|
*.idea
|
|
*.iml
|
|
|
|
# External dependencies
|
|
|
|
# Build output
|
|
target
|
|
dist
|
|
|
|
# Mac OS X Finder
|
|
.DS_Store
|
|
|
|
# Closed source libraries
|
|
closed-lib
|
|
|
|
# Node, Bower dependencies
|
|
node_modules
|
|
bower_components
|
|
|
|
# Protractor logs
|
|
protractor/logs
|
|
|
|
# npm-debug log
|
|
npm-debug.log
|