1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00
Commit Graph

36 Commits

Author SHA1 Message Date
Vickramaditya Dhawal
1245efbed5 Updating gitignore to ignore the node_modules inside the src/JSUtils folder 2018-03-22 16:09:36 +05:30
ficristo
141f9815dd
Git ignore package-lock.json (#13827)
We already use npm-shrinkwrap, so it will be ignored anyway.
2017-11-09 19:50:45 +01:00
Boopesh Mahendran
7a1b9ff80a Add files in .gitignore (#13689) 2017-09-12 18:58:48 +05:30
Martin Zagora
764fb02700 download eslint package from npm and place it into default extensions (#13108)
* download eslint package from npm and place it into default extensions

* add defaultExtensions section to package.json

* lock deps, add shrinkwrap again

* do not lint brackets-eslint files

* Handle multiple linters for a specific language using priority and load order

* Handle provider name conflict for a given language by retaining the most recently loaded one

* Remove invalid comment

* Update npm-shrinkwrap.json
2017-08-31 20:45:20 +05:30
Boopesh Mahendran
c0c1b677d6 Remove react and add preact (#13608)
* Add Preact library

* Change react to preact

* Fix problems caused by replacing react with preact

* Add Preact test utils and dependencies

* Change requires from react to preact in FileTreeView-test

* Fix problems caused by replacing react test utils with preact test utils

* Remove react

* Make findRenderedDOMComponentWithTag function as helper function

* Find and Replace react with preact

* Make preact, preact-compat, preact-test-utils as node_modules

* Change preact-compat dependency to point to adobe's fork
2017-08-29 16:40:07 +05:30
Martin Zagora
18824346b8 Zaggino/update extension manager deps (#12933)
* delete node_modules from extensibility/node

* add dependencies from extensibility/node to main package.json

* update outdated deps

* use webpack to bundle semver which doesnt provide amd build

* update config.json

* update webpack to latest
2017-03-15 13:18:06 +05:30
ficristo
57600be4eb Create config.json based on task run (#12778) 2017-03-15 11:43:49 +05:30
ficristo
5bb42197a9 Styled the src/extensions README (#13113) 2017-02-19 18:57:41 +02:00
ficristo
bf41dc1a4f Upgrade less from 2.5.1 to 2.7.2 2017-01-08 09:17:52 +01:00
ficristo
f2751535be Add a post install 'cleanup' for thirdparty dependencies 2017-01-03 09:15:35 +01:00
ficristo
30fdf93802 Move npm dependencies inside src and add CodeMirror to them 2016-12-07 21:37:44 +01:00
Martin Zagora
4cf67af91f fix invalid filename (passes on windows due to fs being case insensitive) 2016-08-29 14:32:28 +10:00
Arzhan Kinzhalin
d7b667550c Make .disabled file rule more concise. 2015-06-25 11:48:10 -03:00
Arzhan Kinzhalin
e4394af17c Ignore .disabled.
It could be used to disable default extensions and must never be committed.
2015-05-31 22:28:59 -03:00
Jason San Jose
3bd69dbe5d Add source maps for LESS. Requires a CEF upgrade to Chrome 30+. 2013-11-15 13:24:18 -08:00
Jason San Jose
f51764b3a1 add grunt-targethtml to conditionally use brackets less/css based on dev/dist build. 2013-11-01 11:10:32 -07:00
Jason San Jose
3b9c5c0449 minify javascript 2013-10-30 19:01:36 -07:00
Jason San Jose
86c003c184 inital pass at compiling less files 2013-10-29 20:09:01 -07:00
Kevin Dangoor
191674d09a Add Request tests to gitignore so that they're not automatically
re-included on the next update.
2013-10-18 08:17:33 -04:00
Jeff Booher
6f8e3f061f * Add calls and functions to remove test/temp folder
* make remove temp folder from list of ignoreds
* Add an optional parameter to removePath to surpress error messages
2013-09-04 15:59:44 -07:00
Fr3nzy
f719d45325 #5017 .idea added to gitignore 2013-09-02 13:52:57 +06:00
Jason San Jose
a3522f07b5 write build.prop for jenkins tasks 2013-03-19 19:53:59 -07:00
Mark Murphy
6fee2100fe Fixing issue #2923 - Getting mode from file extension won't always work 2013-03-03 12:03:37 -04:00
Joel Brandt
1daa8896db initial prototype of a static webserver extension using connect and node 2013-02-21 09:38:23 -08:00
Jason San Jose
77bdd87a82 keep generated src/config.json in the repo 2013-01-24 22:57:02 -08:00
Jason San Jose
f114cbf5de remove generated config.json 2013-01-24 10:53:35 -08:00
Jason San Jose
67a97c2457 Add grunt tasks for jshint and jasmine. Refactor and move package.json, replace existing with config.json. Add Travis-CI support. 2013-01-24 10:45:28 -08:00
Jason San Jose
59a0a8f752 Allow platform-specific bindings to clobber generic bindings 2012-12-20 11:37:50 -08:00
Jason San Jose
9b1d929dd3 use test/temp folder for InlineEditorProviders-test. update SpecRunnerUtils convenience methods to allow for generic copying of paths 2012-12-06 14:25:07 -08:00
Glenn Ruehle
4548ba064c Highlighting uses divs. 2012-11-15 10:42:13 -08:00
Glenn Ruehle
bb8ad847d4 Load extensions from the application support directory. 2012-10-24 09:30:22 -07:00
Mike Chambers
baf1f0a202 Adding Mac OS X .DS_Store files to .gitignore 2012-05-13 11:35:19 -07:00
Joel Brandt
4212d6816e reorganizing extension directories again 2012-03-29 10:41:40 -07:00
Joel Brandt
71de26292f reorganization of extension directories 2012-03-29 09:42:04 -07:00
Joel Brandt
1bb34d56d9 updated less makefile to build css files in the root src directory (to fix relative path issues). added output css files to root .gitignore 2012-01-05 15:37:37 -08:00
Peter Flynn
fcc623afcf Add .gitignore file to ignore Thumbs.db files, making 'git status' less
noisy on Windows.  We can easily add to this file to exclude additional
types of OS-generated / cruft files later.
2011-12-19 14:26:57 -08:00