This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Docker version 1.1.2, build d84a070 | |
| FROM ubuntu:14.04 | |
| RUN apt-get update && apt-get install -y \ | |
| git \ | |
| software-properties-common \ | |
| python-software-properties \ | |
| make\ | |
| gcc \ | |
| g++ \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! | |
| * ember-table v0.2.3 | |
| * Copyright 2012-2014 Addepar Inc. | |
| * See LICENSE. | |
| */ | |
| (function() { | |
| var _ref; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Go to menue: | |
| // Find -> Find in files | |
| // Switch on reg_ex button | |
| // Find: | |
| ^(.*)$ | |
| // Where: | |
| /workspace/project/app,*.js,*.css,*.html,*.hbs | |
| // Then click on the find button | |
| // Be careful to not click on Replace!!! |