Browse Source

sync local

sisyphus
Dustin Falgout 9 years ago
parent
commit
92d541e07f
  1. 9
      themes/antergos/.babelrc
  2. 40
      themes/antergos/.gitignore
  3. 1220
      themes/antergos/js/greeter-compiled.js
  4. 2
      themes/antergos/js/greeter-compiled.js.map
  5. 1
      themes/antergos/js/greeter.js

9
themes/antergos/.babelrc

@ -1,3 +1,10 @@
{
"presets": ["/usr/lib/node_modules/babel-preset-es2015"]
"plugins": [
[
"/usr/lib/node_modules/babel-plugin-transform-es2015-spread",
{
"loose": true
}
]
]
}

40
themes/antergos/.gitignore vendored

@ -6,45 +6,7 @@
## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:
# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
# Gradle:
# .idea/gradle.xml
# .idea/libraries
# Mongo Explorer plugin:
# .idea/mongoSettings.xml
## File-based project format:
*.ipr
*.iws
## Plugin-specific files:
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
node_modules/

1220
themes/antergos/js/greeter-compiled.js

File diff suppressed because it is too large Load Diff

2
themes/antergos/js/greeter-compiled.js.map

File diff suppressed because one or more lines are too long

1
themes/antergos/js/greeter.js

@ -263,6 +263,7 @@ class AntergosBackgroundManager extends GreeterThemeComponent {
/**
* This is the theme's main class object. It contains almost all the theme's logic.
*/

Loading…
Cancel
Save