GitXplorerGitXplorer
r

flaming-shame

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
9bc2dae32b2a35c847551c499bc56787a9aaa352

update for new gitconfig

rr1chardj0n3s committed 8 years ago
Unverified
fa23575add981286eefb8c1bc9eed3407968bc9f

add better handling of complex data types

rr1chardj0n3s committed 9 years ago
Unverified
1bd27721c8f659f3495c3a79698d9b4750c73229

add ignore

rr1chardj0n3s committed 9 years ago
Unverified
ef0175cbc7456935d6f0efba423f98556bd2a725

add more

rr1chardj0n3s committed 10 years ago
Unverified
093e9120eb64c0d7eb6715639745d05680b5c930

add more

rr1chardj0n3s committed 10 years ago
Unverified
43ab8a12cb1c9cf815692096c204a46dc8d5c828

add more

rr1chardj0n3s committed 10 years ago

README

The README file for this repository.

=========================== xstatic packages from bower

To create an xstatic package from a bower package, clone this repository and run::

tox -e xstatic

The result should be a directory in xstatic_packages/<name of package> which contains a PyPI-compatible xstatic package ready for release.

So, for example, to release an xstatic version of angular-smart-table::

$ git clone https://github.com/r1chardj0n3s/flaming-shame.git
[install "tox" and "wheel" if you don't have them already]
$ tox -e xstatic angular-smart-table
$ cd xstatic_packages/angular_smart_table/
$ python setup.py sdist bdist_wheel upload

Copyright 2014, Rackspace, US, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.