1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui
sauls8t f61f260db1 Add additional languages to TinyMCE Codesample plugin
Whilst this commit brings new language support for
TinyMCE Codesample plugin, it looks like hardcode TinyMCE defaults take precendence hence not all new languages receive proper theme formatting. To be fixed later.
2018-01-29 17:29:37 +00:00
..
app Add additional languages to TinyMCE Codesample plugin 2018-01-29 17:29:37 +00:00
config upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00
mirage upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00
public Add additional languages to TinyMCE Codesample plugin 2018-01-29 17:29:37 +00:00
tests Set consistent browser titles 2018-01-24 13:23:11 +00:00
vendor Add additional languages to TinyMCE Codesample plugin 2018-01-29 17:29:37 +00:00
.bowerrc moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.editorconfig moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.ember-cli moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.eslintignore moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.eslintrc.js upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00
.gitignore moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.travis.yml upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00
.watchmanconfig moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
bower.json moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
ember-cli-build.js Add additional languages to TinyMCE Codesample plugin 2018-01-29 17:29:37 +00:00
package-lock.json upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00
package.json package.json updated 2018-01-22 16:35:37 +00:00
README.md moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
testem.js upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00
yarn.lock upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00

Documize

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd documize
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.